Skip to content

Commit 903685f

Browse files
committed
feat: automatic update of workflows master
1 parent a06cf7f commit 903685f

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)