File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed
Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ name: CI-Docker-Wormhole
33on :
44 pull_request :
55 paths-ignore :
6+ - ' .github/ISSUE_TEMPLATE/*.yaml'
7+ - ' .github/CODEOWNERS'
8+ - ' .github/pull_request_template.md'
69 - ' docs/**/*.css'
710 - ' docs/**/*.html'
811 - ' docs/**/*.ico'
1619 push :
1720 branches : [ main ]
1821 paths-ignore :
22+ - ' .github/ISSUE_TEMPLATE/*.yaml'
23+ - ' .github/CODEOWNERS'
24+ - ' .github/pull_request_template.md'
1925 - ' docs/**/*.css'
2026 - ' docs/**/*.html'
2127 - ' docs/**/*.ico'
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ name: CI-Docker-Rootless
33on :
44 pull_request :
55 paths-ignore :
6+ - ' .github/ISSUE_TEMPLATE/*.yaml'
7+ - ' .github/CODEOWNERS'
8+ - ' .github/pull_request_template.md'
69 - ' docs/**/*.css'
710 - ' docs/**/*.html'
811 - ' docs/**/*.ico'
1619 push :
1720 branches : [ main ]
1821 paths-ignore :
22+ - ' .github/ISSUE_TEMPLATE/*.yaml'
23+ - ' .github/CODEOWNERS'
24+ - ' .github/pull_request_template.md'
1925 - ' docs/**/*.css'
2026 - ' docs/**/*.html'
2127 - ' docs/**/*.ico'
Original file line number Diff line number Diff line change 33on :
44 pull_request :
55 paths-ignore :
6+ - ' .github/ISSUE_TEMPLATE/*.yaml'
7+ - ' .github/CODEOWNERS'
8+ - ' .github/pull_request_template.md'
69 - ' docs/**/*.css'
710 - ' docs/**/*.html'
811 - ' docs/**/*.ico'
1619 push :
1720 branches : [ main ]
1821 paths-ignore :
22+ - ' .github/ISSUE_TEMPLATE/*.yaml'
23+ - ' .github/CODEOWNERS'
24+ - ' .github/pull_request_template.md'
1925 - ' docs/**/*.css'
2026 - ' docs/**/*.html'
2127 - ' docs/**/*.ico'
You can’t perform that action at this time.
0 commit comments