1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_collection_git.git synced 2024-09-14 20:12:03 +02:00

only release releases on galaxy

Signed-off-by: L3D <l3d@c3woc.de>
This commit is contained in:
L3D 2023-04-25 11:42:44 +02:00 committed by GitHub
parent a573cd7f2d
commit d543e4cb98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,8 +3,6 @@ name: Galaxy release
# yamllint disable-line rule:truthy # yamllint disable-line rule:truthy
on: on:
push:
branches: ['main']
release: release:
types: ['created'] types: ['created']
@ -18,7 +16,6 @@ jobs:
lfs: true lfs: true
submodules: true submodules: true
- name: "Publish Ansible" - name: "Publish Ansible"
uses: ansible/ansible-publish-action@v1.0.0 uses: ansible/ansible-publish-action@v1.0.0
with: with: