Skip to content

Commit 645ddc9

Browse files
authored
Merge pull request #16 from stackhpc/master-workflows
feat: automatic update of workflows master
2 parents cffd4bd + 97f0078 commit 645ddc9

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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
11+
secrets:
12+
GALAXY_API_KEY: ${{ secrets.GALAXY_API_KEY }}

.github/workflows/publish_collection.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)