This commit is contained in:
Jack Ivanov 2020-01-16 11:19:53 +01:00
parent bd0c7d6152
commit 22bd269008

View file

@ -16,7 +16,7 @@ jobs:
env env
echo BRANCH: $BRANCH echo BRANCH: $BRANCH
env: env:
BRANCH: ${{ 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 }}
- name: Install dependencies - name: Install dependencies
run: | run: |