mirror of
https://github.com/roles-ansible/ansible_collection_git.git
synced 2024-09-14 20:12:03 +02:00
Merge pull request #4 from roles-ansible/galaxy
only release releases on galaxy
This commit is contained in:
commit
da35d160aa
1 changed files with 0 additions and 3 deletions
3
.github/workflows/galaxy.yml
vendored
3
.github/workflows/galaxy.yml
vendored
|
@ -3,8 +3,6 @@ name: Galaxy release
|
|||
|
||||
# yamllint disable-line rule:truthy
|
||||
on:
|
||||
push:
|
||||
branches: ['main']
|
||||
release:
|
||||
types: ['created']
|
||||
|
||||
|
@ -18,7 +16,6 @@ jobs:
|
|||
lfs: true
|
||||
submodules: true
|
||||
|
||||
|
||||
- name: "Publish Ansible"
|
||||
uses: ansible/ansible-publish-action@v1.0.0
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue