Skip to content

Commit bb98ce3

Browse files
reverted changes that broke auto publish (#438)
1 parent 39c2224 commit bb98ce3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Deploy collection to Ansible Galaxy
22
on:
3-
push:
4-
branches:
5-
- "refs/tags/v*"
3+
create:
4+
tags:
5+
- "v*"
66
jobs:
77
deploy:
88
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)