File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ name: Documentation
33on :
44 push :
55 branches :
6- - master
6+ - v5
77 paths :
88 - " docs/**"
99 - " .github/workflows/docs.yaml"
1010 pull_request :
1111 branches :
12- - master
12+ - v5
1313 paths :
1414 - " docs/**"
1515 - " .github/workflows/docs.yaml"
Original file line number Diff line number Diff line change 55 types : [created]
66 pull_request :
77 branches :
8- - master
8+ - v5
99 paths :
1010 - " Dockerfile"
1111 - " **.go"
Original file line number Diff line number Diff line change 55 types : [created]
66 pull_request :
77 branches :
8- - master
8+ - v5
99 paths :
1010 - " **.go"
1111 - " .github/workflows/lint.yaml"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Test NPM Installer
33on :
44 pull_request :
55 branches :
6- - master
6+ - v5
77 paths :
88 - " dist/npm/**"
99 - " .github/workflows/npm.yaml"
Original file line number Diff line number Diff line change 55 types : [created]
66 push :
77 branches :
8- - master
8+ - v5
99 paths :
1010 - " Dockerfile"
1111 - " **.go"
1212 - " hack/coverage.bash"
1313 - " .github/workflows/release.yaml"
1414 pull_request :
1515 branches :
16- - master
16+ - v5
1717 paths :
1818 - " Dockerfile"
1919 - " **.go"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Test UI
33on :
44 pull_request :
55 branches :
6- - master
6+ - v5
77 paths :
88 - " ui/**"
99 - " hack/build-ui.bash"
Original file line number Diff line number Diff line change 55 types : [created]
66 pull_request :
77 branches :
8- - master
8+ - v5
99 paths :
1010 - " **.go"
1111 - " !e2e/**" # exclude files from e2e tests
You can’t perform that action at this time.
0 commit comments