File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,14 @@ name: "[DOCKER] conversion-webhook"
33on :
44 push :
55 branches :
6- - jf/openshift
6+ - main
7+ paths :
8+ - " java/common/**"
9+ - " java/conversion/**"
10+ - " dockerfiles/conversion-webhook/**"
11+ # Publish when a workflow has changed (this is needed to detect version updates)
12+ - " .github/workflows/ci-conversion-webhook.yml"
13+ - " .github/workflows/reusable-docker.yml"
714 pull_request :
815 branches :
916 - main
Original file line number Diff line number Diff line change @@ -3,7 +3,15 @@ name: "[DOCKER] landing-page"
33on :
44 push :
55 branches :
6- - jf/openshift
6+ - main
7+ paths :
8+ - " node/package-lock.json"
9+ - " node/common/**"
10+ - " node/landing-page/**"
11+ - " dockerfiles/landing-page/**"
12+ # Publish when a workflow has changed (this is needed to detect version updates)
13+ - " .github/workflows/ci-landing-page.yml"
14+ - " .github/workflows/reusable-docker.yml"
715 pull_request :
816 branches :
917 - main
Original file line number Diff line number Diff line change @@ -3,7 +3,14 @@ name: "[DOCKER] operator"
33on :
44 push :
55 branches :
6- - jf/openshift
6+ - main
7+ paths :
8+ - " java/common/**"
9+ - " java/operator/**"
10+ - " dockerfiles/operator/**"
11+ # Publish when a workflow has changed (this is needed to detect version updates)
12+ - " .github/workflows/ci-operator.yml"
13+ - " .github/workflows/reusable-docker.yml"
714 pull_request :
815 branches :
916 - main
Original file line number Diff line number Diff line change @@ -3,7 +3,14 @@ name: "[DOCKER] service"
33on :
44 push :
55 branches :
6- - jf/openshift
6+ - main
7+ paths :
8+ - " java/common/**"
9+ - " java/service/**"
10+ - " dockerfiles/service/**"
11+ # Publish when a workflow has changed (this is needed to detect version updates)
12+ - " .github/workflows/ci-service.yml"
13+ - " .github/workflows/reusable-docker.yml"
714 pull_request :
815 branches :
916 - main
Original file line number Diff line number Diff line change @@ -3,7 +3,12 @@ name: "[DOCKER] wondershaper"
33on :
44 push :
55 branches :
6- - jf/openshift
6+ - main
7+ paths :
8+ - " dockerfiles/wondershaper/**"
9+ # Publish when a workflow has changed (this is needed to detect version updates)
10+ - " .github/workflows/ci-wondershaper.yml"
11+ - " .github/workflows/reusable-docker.yml"
712 pull_request :
813 branches :
914 - main
Original file line number Diff line number Diff line change 2323 required : true
2424
2525env :
26- VERSION : 1.3.0-ocp.0- next
26+ VERSION : 1.3.0-next
2727
2828jobs :
2929 build :
You can’t perform that action at this time.
0 commit comments