Skip to content

Commit 1f8efdf

Browse files
authored
ci: remove path filters for PR checks (#383)
1 parent 7b6e491 commit 1f8efdf

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/pr.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,10 @@ name: PR
33
on:
44
pull_request:
55
branches: [main]
6-
paths-ignore:
7-
- ".github/**"
8-
- "CHANGELOG.md"
9-
- "docs/**"
10-
- "fastlane/**"
11-
- "LICENSE"
12-
- "README.md"
6+
7+
permissions:
8+
contents: read
9+
pull-requests: read
1310

1411
jobs:
1512
call-pr-workflow:

0 commit comments

Comments
 (0)