This commit is contained in:
Jack Ivanov 2020-01-16 11:22:14 +01:00
parent 411f398e7e
commit defd39f0c2

View file

@ -15,6 +15,7 @@ jobs:
run: | run: |
# env # env
echo BRANCH: $BRANCH echo BRANCH: $BRANCH
echo ${{ github.event }}
env: env:
BRANCH: ${{ github.event == 'pull_request' && github.event.pull_request.head.ref || github.event.push.ref }} BRANCH: ${{ github.event == 'pull_request' && github.event.pull_request.head.ref || github.event.push.ref }}