File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - main
77 paths :
8- - " Makefile"
8+ - " **/* Makefile* "
99 - " .checkmake"
1010 - " .github/workflows/checkmake.yaml"
1111 pull_request :
1212 paths :
13- - " Makefile"
13+ - " **/* Makefile* "
1414 - " .checkmake"
1515 - " .github/workflows/checkmake.yaml"
1616
Original file line number Diff line number Diff line change @@ -2,9 +2,17 @@ name: Check Dockerfiles
22
33on :
44 pull_request :
5+ paths :
6+ - ' **/*Dockerfile*'
7+ - ' .hadolint.yaml'
8+ - ' .github/workflows/lint-dockerfile.yaml'
59 push :
610 branches :
711 - main
12+ paths :
13+ - ' **/*Dockerfile*'
14+ - ' .hadolint.yaml'
15+ - ' .github/workflows/lint-dockerfile.yaml'
816
917permissions :
1018 contents : read
Original file line number Diff line number Diff line change 33 push :
44 branches :
55 - main
6+ paths :
7+ - ' **/*.go'
8+ - ' .golangci.yml'
9+ - ' .github/workflows/lint-golang.yaml'
610 pull_request :
11+ paths :
12+ - ' **/*.go'
13+ - ' .golangci.yml'
14+ - ' .github/workflows/lint-golang.yaml'
715
816permissions :
917 contents : read
You can’t perform that action at this time.
0 commit comments