Skip to content

Commit

Permalink
Add missing push workflow (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Jul 27, 2022
1 parent a3638de commit efac416
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/push.yml
@@ -0,0 +1,13 @@
---
# See https://github.com/ansible-community/devtools/blob/main/.github/workflows/push.yml
name: push
on:
push:
branches:
- main
- "releases/**"
- "stable/**"

jobs:
ack:
uses: ansible-community/devtools/.github/workflows/push.yml@main

0 comments on commit efac416

Please sign in to comment.