Refactor workflow files to remove unnecessary triggers and paths

This commit is contained in:
2024-10-03 23:13:13 +02:00
parent 325c105fe3
commit 590fff7f61
9 changed files with 3 additions and 38 deletions
@@ -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