mirror of
https://github.com/famedly/ansible-collection-base
synced 2024-11-10 06:24:17 +00:00
13 lines
226 B
YAML
13 lines
226 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/base
|