We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14cc6f0 commit dfdb130Copy full SHA for dfdb130
1 file changed
.github/workflows/demo.yml
@@ -5,6 +5,9 @@ on:
5
push:
6
branches:
7
- main
8
+ tags:
9
+ - 'v*' # v1, v1.2, v1.2.3
10
+ - 'release-*' # release-2025-12-03
11
12
jobs:
13
build:
0 commit comments