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.
2 parents a06cf7f + 903685f commit 24d797dCopy full SHA for 24d797d
.github/workflows/publish_role.yml
@@ -0,0 +1,10 @@
1
+---
2
+name: Publish Ansible Role
3
+'on':
4
+ push:
5
+ tags:
6
+ - "v?[0-9]+.[0-9]+.[0-9]+"
7
+ workflow_dispatch:
8
+jobs:
9
+ publish_role:
10
+ uses: stackhpc/.github/.github/workflows/publish_role.yml@main
0 commit comments