Skip to content

Commit ba30686

Browse files
author
ChristianHaase
committed
test
1 parent 79c8d14 commit ba30686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
env:
1010
CI_BUILD_NUMBER_BASE: ${{ github.run_number }}
1111
CI_TARGET_BRANCH: ${{ github.head_ref || github.ref_name }}
12-
TRIGGER: ${{ github.event_name }}
12+
TRIGGER: ${{ github.event_name == 'pull_request' }}
1313

1414
jobs:
1515
build:

0 commit comments

Comments
 (0)