mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-12-13 05:10:18 +01:00
push to galaxy only on master
This commit is contained in:
parent
cdfac33d18
commit
b42e9c3c45
1 changed files with 3 additions and 1 deletions
4
.github/workflows/galaxy.yml
vendored
4
.github/workflows/galaxy.yml
vendored
|
@ -2,7 +2,9 @@
|
||||||
name: 🌌 Galaxy import
|
name: 🌌 Galaxy import
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push: {}
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
release:
|
release:
|
||||||
types:
|
types:
|
||||||
- published
|
- published
|
||||||
|
|
Loading…
Reference in a new issue