We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 620a33a commit c932a1fCopy full SHA for c932a1f
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
jobs:
11
0 commit comments