Skip to content

Commit 9faaad9

Browse files
author
ChristianHaase
committed
test
1 parent c7006d9 commit 9faaad9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
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-
PR_RUN: ${{ github.event_name == 'pull_request' }}
12+
TRIGGER: ${{ github.event_name }}
1313

1414
jobs:
1515
build:
@@ -33,7 +33,7 @@ jobs:
3333
- name: TEST PR RUN CHECK
3434
shell: bash
3535
run: |
36-
echo "$(($PR_RUN))"
36+
echo "$(($TRIGGER))"
3737
# - name: Build & Push
3838
# env:
3939
# DOTNET_CLI_TELEMTRY_OPTOUT: true

0 commit comments

Comments
 (0)