Refactor workflow files to remove unnecessary triggers and paths
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
name: Ansible Validate Playbook on Pull Request
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- ansible/playbook_*.yml
|
||||
- .github/workflows/ansible-apply-playbook.yml
|
||||
|
||||
jobs:
|
||||
ansible-apply:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user