File tree Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Expand file tree Collapse file tree 3 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 3535 - ' .github/actions/setup-build-env/**'
3636 # Build scripts
3737 - ' build_image_list.sh'
38+ push :
39+ branches :
40+ - " pull-request/[0-9]+"
41+ paths :
42+ # Container-related files
43+ - ' **/Dockerfile*'
44+ - ' **/docker/**'
45+ - ' **/*.go'
46+ - ' **/go.mod'
47+ - ' **/go.sum'
48+ - ' **/pyproject.toml'
49+ - ' **/poetry.lock'
50+ - ' **/*Makefile*'
51+ - ' scripts/**'
52+ # Workflow files
53+ - ' .github/workflows/container-build-test.yml'
54+ - ' .github/actions/build-container/**'
55+ - ' .github/actions/setup-build-env/**'
56+ # Build scripts
57+ - ' build_image_list.sh'
3858 workflow_dispatch :
3959 inputs :
4060 components :
Original file line number Diff line number Diff line change 2121 push :
2222 branches :
2323 - main
24+ - " pull-request/[0-9]+"
2425 workflow_dispatch :
2526
2627concurrency :
Original file line number Diff line number Diff line change 2121 push :
2222 branches :
2323 - main
24+ - " pull-request/[0-9]+"
2425 tags :
2526 - ' v*'
2627 workflow_dispatch :
You can’t perform that action at this time.
0 commit comments