File tree Expand file tree Collapse file tree 4 files changed +33
-2
lines changed Expand file tree Collapse file tree 4 files changed +33
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,21 @@ name: Lint
22
33on :
44 push :
5+ branches :
6+ - main
7+ - release/**
8+ paths-ignore :
9+ - " *.md"
10+ - " charts/**"
11+ - " config/**"
512 pull_request :
13+ branches :
14+ - main
15+ - release/**
16+ paths-ignore :
17+ - " *.md"
18+ - " charts/**"
19+ - " config/**"
620
721jobs :
822 lint :
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7+ - release/**
8+ paths-ignore :
9+ - " *.md"
10+ - " charts/**"
11+ - " config/**"
712 workflow_dispatch :
813
914jobs :
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ name: E2E Tests
22
33on :
44 workflow_dispatch :
5- # push:
6- # pull_request:
75
86jobs :
97 test-e2e :
Original file line number Diff line number Diff line change @@ -2,7 +2,21 @@ name: Tests
22
33on :
44 push :
5+ branches :
6+ - main
7+ - release/**
8+ paths-ignore :
9+ - " *.md"
10+ - " charts/**"
11+ - " config/**"
512 pull_request :
13+ branches :
14+ - main
15+ - release/**
16+ paths-ignore :
17+ - " *.md"
18+ - " charts/**"
19+ - " config/**"
620
721jobs :
822 test :
You can’t perform that action at this time.
0 commit comments