Skip to content

Commit 24d797d

Browse files
authored
Merge pull request #139 from stackhpc/master-workflows
feat: automatic update of workflows master
2 parents a06cf7f + 903685f commit 24d797d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/publish_role.yml

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

Comments
 (0)