We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6083a1c commit 5f2bd0eCopy full SHA for 5f2bd0e
1 file changed
.github/workflows/build-and-test.yml
@@ -5,6 +5,8 @@ on:
5
# Run on all branches, but not on tags (release.yml handles tags)
6
branches:
7
- '**'
8
+ tags-ignore:
9
+ - '**'
10
pull_request:
11
workflow_call:
12
0 commit comments