GitHub GitHub-Advanced-Security Question Answer
As a repository owner, you do not want to run a GitHub Actions workflow when changes are made to any .txt or markdown files. How would you adjust the event trigger for a pull request that targets the main branch? (Each answer presents part of the solution. Choose three.)
on:
pull_request:
branches: [main]
GitHub GitHub-Advanced-Security Summary
- Vendor: GitHub
- Product: GitHub-Advanced-Security
- Update on: Jul 22, 2025
- Questions: 75