We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd766bd + 2fec77a commit 9057acdCopy full SHA for 9057acd
.github/workflows/galaxy.yml
@@ -2,9 +2,8 @@
2
name: Release to Ansible Galaxy
3
4
on:
5
- push:
6
- tags:
7
- - '*'
+ release:
+ types: [published]
8
9
jobs:
10
release:
.github/workflows/main.yml
@@ -13,7 +13,8 @@ on:
13
14
repo:
15
name: Test Repo Runner
16
- environment: 'test'
+ environment:
17
+ name: test
18
runs-on: ubuntu-18.04
19
strategy:
20
fail-fast: false
@@ -50,7 +51,8 @@ jobs:
50
51
52
org:
53
name: Test Org Runner
54
55
56
57
58
0 commit comments