Question 020
### GitHub Action workflows are triggered by events. Which of these are valid events that GitHub Actions support? (Choose two.)
> https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#about-events-that-trigger-workflows
- [x] A commit is pushed to a branch
- [x] A pull request is opened
- [ ] A change is made to the repository settings
- [ ] A new vulnerability has been detected in a dependency
> This is not a valid event that could trigger a workflow. It's a feature of Dependabot.
- [ ] A new member has been added to the repository