ci: remove "branches" from pull_request event [skip ci]

The CI for the PR I just made isn't running and I'm wondering if this is why. There probably aren't many instances where we'll have a non-master PR anyway.
This commit is contained in:
MattKC
2023-06-11 22:50:01 -07:00
committed by GitHub
parent 1687a721a4
commit 2036fffffd
-2
View File
@@ -11,8 +11,6 @@ on:
- 'CONTRIBUTING.md' - 'CONTRIBUTING.md'
- 'README.md' - 'README.md'
pull_request: pull_request:
branches:
- master
paths-ignore: paths-ignore:
- '.github/ISSUE_TEMPLATE/**' - '.github/ISSUE_TEMPLATE/**'
- '.github/FUNDING.yml' - '.github/FUNDING.yml'