mirror of
https://github.com/famedly/ansible-collection-base
synced 2024-11-10 06:24:17 +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
|
||||
on: [pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches: [main]
|
||||
jobs:
|
||||
ansible:
|
||||
uses: famedly/github-workflows/.github/workflows/ansible.yml@ansible-v1
|
||||
|
|
Loading…
Reference in a new issue