We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ed13e9 commit 3e5a0f3Copy full SHA for 3e5a0f3
1 file changed
.github/workflows/actions_build.yml
@@ -1,6 +1,11 @@
1
name: Github Actions Build
2
3
-on: [push]
+on:
4
+ push:
5
+ branches:
6
+ - '**'
7
+ tags-ignore:
8
9
10
env:
11
COMMS_TAG: v5.4.2
0 commit comments