We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f377a96 commit 4bb07b3Copy full SHA for 4bb07b3
.semaphore/semaphore.yml
@@ -32,7 +32,7 @@ blocks:
32
dependencies: []
33
run:
34
# don't run the tests on non-functional changes...
35
- when: "change_in('/', {exclude: ['/.deployed-versions/', '.github/']})"
+ when: "change_in('/', {exclude: ['/.deployed-versions/', '.github/'], default_branch: 'master'})"
36
task:
37
jobs:
38
- name: Test
0 commit comments