Skip to content

Commit efac416

Browse files
authored
Add missing push workflow (#102)
1 parent a3638de commit efac416

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/push.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)