Skip to content

Commit

Permalink
Merge branch 'main' into fix/warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Jul 27, 2022
2 parents d03d458 + efac416 commit 09d8920
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 09d8920

Please sign in to comment.