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.
1 parent 39c2224 commit bb98ce3Copy full SHA for bb98ce3
.github/workflows/release.yml
@@ -1,8 +1,8 @@
1
name: Deploy collection to Ansible Galaxy
2
on:
3
- push:
4
- branches:
5
- - "refs/tags/v*"
+ create:
+ tags:
+ - "v*"
6
jobs:
7
deploy:
8
runs-on: ubuntu-latest
0 commit comments