Skip to content

Commit 0d6df0e

Browse files
authored
ci: prevent unnecessary workflow runs on minor changes (#367)
1 parent df6ff59 commit 0d6df0e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/pr.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@ name: PR
22

33
on:
44
pull_request:
5-
branches: [ main ]
5+
branches: [main]
6+
paths-ignore:
7+
- ".github/**"
8+
- "CHANGELOG.md"
9+
- "docs/**"
10+
- "fastlane/**"
11+
- "LICENSE"
12+
- "README.md"
613

714
jobs:
815
call-pr-workflow:

0 commit comments

Comments
 (0)