Question 082
### How can you ensure a job runs only on a specific branch?
> https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#using-filters
1. [x] By using the branches filter
1. [ ] By using the runs-on filter
1. [ ] By using the jobs filter
1. [ ] By using the branch keyword