Skip to content

Commit 62be855

Browse files
service-bot-app[bot]service-bot-app[bot]
and
service-bot-app[bot]
authored
chore: update repo semaphore task (#538)
Co-authored-by: service-bot-app[bot] <foo-bar+service-bot-app[bot]@users.noreply.github.com>
1 parent f4ec900 commit 62be855

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.semaphore/cp_dockerfile_build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ blocks:
117117
dependencies: ["Validation"]
118118
run:
119119
# don't run the tests on non-functional changes...
120-
when: "change_in('/', {exclude: ['/.deployed-versions/', '.github/']})"
120+
when: "change_in('/', {exclude: ['/.deployed-versions/', '.github/'], default_branch: 'master'})"
121121
task:
122122
jobs:
123123
- name: Build, Test, & Scan ubi9
@@ -177,7 +177,7 @@ blocks:
177177
dependencies: ["Validation"]
178178
run:
179179
# don't run the tests on non-functional changes...
180-
when: "change_in('/', {exclude: ['/.deployed-versions/', '.github/']})"
180+
when: "change_in('/', {exclude: ['/.deployed-versions/', '.github/'], default_branch: 'master'})"
181181
task:
182182
agent:
183183
machine:

0 commit comments

Comments
 (0)