Skip to content

Commit bd4a247

Browse files
authored
Merge pull request #89 from stackhpc/master-workflows
feat: automatic update of workflows master
2 parents 54cf2cc + 47ff504 commit bd4a247

File tree

2 files changed

+10
-35
lines changed

2 files changed

+10
-35
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

.travis.yml

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

0 commit comments

Comments
 (0)