We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a548268 commit 2881982Copy full SHA for 2881982
.github/workflows/upload_component.yml
@@ -1,8 +1,8 @@
1
name: Push component to https://components.espressif.com
2
on:
3
push:
4
- branches:
5
- - master
+ tags:
+ - v*
6
jobs:
7
upload_components:
8
runs-on: ubuntu-latest
0 commit comments