We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de77b70 commit f580e88Copy full SHA for f580e88
.github/workflows/build.yaml
@@ -3,8 +3,8 @@ on:
3
push:
4
branches:
5
- '**'
6
- tags-ignore:
7
- - '**'
+ tags:
+ - '*'
8
pull_request:
9
jobs:
10
build:
0 commit comments