mirror of
https://github.com/famedly/ansible-collection-base
synced 2024-11-13 23:57:09 +00:00
chore(ci): also run workflows on main branch
This commit is contained in:
parent
66b1b5b0aa
commit
a26cc0deeb
1 changed files with 4 additions and 1 deletions
5
.github/workflows/ansible.yml
vendored
5
.github/workflows/ansible.yml
vendored
|
@ -1,6 +1,9 @@
|
||||||
---
|
---
|
||||||
name: Ansible CI
|
name: Ansible CI
|
||||||
on: [pull_request]
|
on:
|
||||||
|
pull_request:
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
jobs:
|
jobs:
|
||||||
ansible:
|
ansible:
|
||||||
uses: famedly/github-workflows/.github/workflows/ansible.yml@ansible-v1
|
uses: famedly/github-workflows/.github/workflows/ansible.yml@ansible-v1
|
||||||
|
|
Loading…
Reference in a new issue