mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 19:03:04 +02:00
test
This commit is contained in:
parent
68c10b340e
commit
bd0c7d6152
1 changed files with 3 additions and 1 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -14,7 +14,9 @@ jobs:
|
||||||
- name: test
|
- name: test
|
||||||
run: |
|
run: |
|
||||||
env
|
env
|
||||||
echo ${{ github.event.pull_request.head.ref }}
|
echo BRANCH: $BRANCH
|
||||||
|
env:
|
||||||
|
BRANCH: ${{ github.event.pull_request.head.ref || github.event.push.ref }}
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue