workflows/upload-idf-component.yml: Fix the wildcard. (#6771)
The asterisk needs to be quoted. Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
parent
f9423ab83f
commit
6b93a6c21e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/upload-idf-component.yml
vendored
2
.github/workflows/upload-idf-component.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Push components to https://components.espressif.com
|
|||
on:
|
||||
push:
|
||||
tags:
|
||||
- *
|
||||
- '*'
|
||||
jobs:
|
||||
upload_components:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue