mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-12-12 12:22:26 +00:00
13 lines
228 B
YAML
13 lines
228 B
YAML
---
|
|
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: famedly/matrix
|