We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24dfc9d commit 5f5938eCopy full SHA for 5f5938e
.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