File tree Expand file tree Collapse file tree 3 files changed +1
-26
lines changed Expand file tree Collapse file tree 3 files changed +1
-26
lines changed Original file line number Diff line number Diff line change 1515name : Container Build Validation
1616
1717on :
18- pull_request :
19- branches :
20- - main
21- paths :
22- # Container-related files
23- - ' **/Dockerfile*'
24- - ' **/docker/**'
25- - ' **/*.go'
26- - ' **/go.mod'
27- - ' **/go.sum'
28- - ' **/pyproject.toml'
29- - ' **/poetry.lock'
30- - ' **/*Makefile*'
31- - ' scripts/**'
32- # Workflow files
33- - ' .github/workflows/container-build-test.yml'
34- - ' .github/actions/build-container/**'
35- - ' .github/actions/setup-build-env/**'
36- # Build scripts
37- - ' build_image_list.sh'
3818 push :
3919 branches :
20+ - main
4021 - " pull-request/[0-9]+"
4122 paths :
4223 # Container-related files
Original file line number Diff line number Diff line change 1515name : E2E Tests
1616
1717on :
18- pull_request :
19- branches :
20- - main
2118 push :
2219 branches :
2320 - main
Original file line number Diff line number Diff line change 1515name : Lint and Test
1616
1717on :
18- pull_request :
19- branches :
20- - main
2118 push :
2219 branches :
2320 - main
You can’t perform that action at this time.
0 commit comments