We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c8d14 commit ba30686Copy full SHA for ba30686
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ on:
9
env:
10
CI_BUILD_NUMBER_BASE: ${{ github.run_number }}
11
CI_TARGET_BRANCH: ${{ github.head_ref || github.ref_name }}
12
- TRIGGER: ${{ github.event_name }}
+ TRIGGER: ${{ github.event_name == 'pull_request' }}
13
14
jobs:
15
build:
0 commit comments