Skip to content

Commit ba9d29e

Browse files
GOODBOY008psxjoydelei
authored
ci: add paths-ignore for pull_request and push events to exclude specific files (#711)
Co-authored-by: Shuxin Pan <[email protected]> Co-authored-by: DeleiGuo <[email protected]>
1 parent 9bf2153 commit ba9d29e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,18 @@ name: Java CI
2020
on:
2121
pull_request:
2222
branches: [ main ]
23+
paths-ignore:
24+
- 'website/**'
25+
- '**.md'
26+
- 'LICENSE'
27+
- 'NOTICE'
2328
push:
2429
branches: [ main ]
30+
paths-ignore:
31+
- 'website/**'
32+
- '**.md'
33+
- 'LICENSE'
34+
- 'NOTICE'
2535

2636
permissions:
2737
checks: write

0 commit comments

Comments
 (0)