mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-11-10 05:34:16 +00:00
chore(ci): adjust for workflow changes
This commit is contained in:
parent
fa8d536e86
commit
f02331a66a
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ansible.yml
vendored
4
.github/workflows/ansible.yml
vendored
|
@ -1,11 +1,13 @@
|
|||
---
|
||||
name: Ansible CI
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
ansible:
|
||||
uses: famedly/github-workflows/.github/workflows/ansible.yml@ansible-v1
|
||||
with:
|
||||
collection: matrix
|
||||
collection: famedly/matrix
|
||||
|
|
Loading…
Reference in a new issue