ci: remove path filters for PR checks (#688)
This commit is contained in:
parent
3258aa98e3
commit
82716702c4
1 changed files with 4 additions and 7 deletions
11
.github/workflows/pr.yml
vendored
11
.github/workflows/pr.yml
vendored
|
|
@ -3,13 +3,10 @@ name: PR
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
paths-ignore:
|
|
||||||
- ".github/**"
|
permissions:
|
||||||
- "CHANGELOG.md"
|
contents: read
|
||||||
- "docs/**"
|
pull-requests: read
|
||||||
- "fastlane/**"
|
|
||||||
- "LICENSE"
|
|
||||||
- "README.md"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
call-pr-workflow:
|
call-pr-workflow:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue