Skip to content

Commit 2881982

Browse files
authored
Fix filter for component upload workflow
1 parent a548268 commit 2881982

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/upload_component.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Push component to https://components.espressif.com
22
on:
33
push:
4-
branches:
5-
- master
4+
tags:
5+
- v*
66
jobs:
77
upload_components:
88
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)