Refactor workflow files to remove unnecessary triggers and paths
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
name: Ansible Validate Playbook on Pull Request
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
@@ -10,11 +9,6 @@ on:
|
||||
- opened
|
||||
- synchronize
|
||||
- reopened
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- .github/workflows/ansible-validate-playbook-on-pr.yml
|
||||
jobs:
|
||||
ansible-apply:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user