chore(ci): also run workflows on main branch

This commit is contained in:
Jan Christian Grünhage 2023-07-05 13:33:44 +02:00
parent 66b1b5b0aa
commit a26cc0deeb
No known key found for this signature in database
GPG key ID: EEC1170CE56FA2ED

View file

@ -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