Skip to content

Commit 309c0df

Browse files
chore: pr-internal.yml add ignore files.
1 parent 671f6ec commit 309c0df

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/pr-internal.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,23 @@ on:
44
pull_request:
55
branches:
66
- main
7+
paths-ignore:
8+
- '.github/**'
9+
- '.github/CODEOWNERS'
10+
- '**/*.md'
11+
- 'docs/**'
12+
- '.gitignore'
13+
- 'LICENSE'
714
push:
815
branches:
916
- main
17+
paths-ignore:
18+
- '.github/**'
19+
- '.github/CODEOWNERS'
20+
- '**/*.md'
21+
- 'docs/**'
22+
- '.gitignore'
23+
- 'LICENSE'
1024

1125
jobs:
1226
Timestamp:

0 commit comments

Comments
 (0)