mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-12-14 05:02:27 +00:00
12 lines
198 B
YAML
12 lines
198 B
YAML
|
---
|
||
|
name: Ansible CI
|
||
|
on:
|
||
|
pull_request:
|
||
|
push:
|
||
|
branches: [main]
|
||
|
jobs:
|
||
|
ansible:
|
||
|
uses: famedly/github-workflows/.github/workflows/ansible.yml@ansible-v1
|
||
|
with:
|
||
|
collection: matrix
|