Skip to content

Commit 6b9cc00

Browse files
authored
Merge pull request #1500 from jplitza/fix-ci
ci: Fix release workflow running too often
2 parents dbcd9ee + 1850d54 commit 6b9cc00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Deploy collection to Ansible Galaxy
33
on:
4-
create:
4+
push:
55
tags:
66
- "v*"
77
jobs:

0 commit comments

Comments
 (0)