mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 02:43:01 +02:00
test
This commit is contained in:
parent
bd0c7d6152
commit
22bd269008
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
env
|
||||
echo BRANCH: $BRANCH
|
||||
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
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue