Skip to content

Commit 0ff476b

Browse files
authored
Merge pull request #15 from stackhpc/master-workflows
feat: automatic update of workflows master
2 parents c45c05f + 8aa217b commit 0ff476b

File tree

2 files changed

+10
-22
lines changed

2 files changed

+10
-22
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Publish Ansible Collection
3+
'on':
4+
push:
5+
tags:
6+
- "v[0-9]+.[0-9]+.[0-9]+"
7+
workflow_dispatch:
8+
jobs:
9+
publish_collection:
10+
uses: stackhpc/.github/.github/workflows/publish_collection.yml@main

0 commit comments

Comments
 (0)