Skip to content

Commit 10360d4

Browse files
committed
added antsibull workflow
1 parent bce432d commit 10360d4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/bump-changelogs.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Publish Ansible Collection
2+
on:
3+
push:
4+
paths:
5+
- galaxy.yml
6+
branches:
7+
- antsibull_changelogs # change before merge
8+
jobs:
9+
bump-changelogs:
10+
uses: stackhpc/.github/.github/workflows/antsibull-release.yml@update_changelogs # todo: change to main once merged

0 commit comments

Comments
 (0)