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 a3638de commit efac416Copy full SHA for efac416
1 file changed
.github/workflows/push.yml
@@ -0,0 +1,13 @@
1
+---
2
+# See https://github.com/ansible-community/devtools/blob/main/.github/workflows/push.yml
3
+name: push
4
+on:
5
+ push:
6
+ branches:
7
+ - main
8
+ - "releases/**"
9
+ - "stable/**"
10
+
11
+jobs:
12
+ ack:
13
+ uses: ansible-community/devtools/.github/workflows/push.yml@main
0 commit comments