mirror of
https://github.com/famedly/ansible-collection-network
synced 2024-11-12 23:17:17 +00:00
chore(ci): adjust for workflow changes
This commit is contained in:
parent
afa8db3475
commit
25bb3ca02a
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: network
|
||||
collection: famedly/network
|
||||
|
|
Loading…
Reference in a new issue