Skip to content

Commit 2fec77a

Browse files
ci: fix push to galaxy when released from draft
1 parent 6c186dd commit 2fec77a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/galaxy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
name: Release to Ansible Galaxy
33

44
on:
5-
push:
6-
tags:
7-
- '*'
5+
release:
6+
types: [published]
87

98
jobs:
109
release:

0 commit comments

Comments
 (0)