mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 21:19:18 +00:00
Fix cloning tests/beta when testing aseprite/beta
This commit is contained in:
parent
83c18399a4
commit
9fe3e40c6a
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -56,7 +56,7 @@ jobs:
|
||||
if [[ "${{ runner.os }}" == "Linux" ]] ; then
|
||||
export XVFB=xvfb-run
|
||||
fi
|
||||
if [[ "${{ github.base_ref }}" == "beta" ]] || [[ "${{ github.ref }}" == "beta" ]] ; then
|
||||
if [[ "${{ github.base_ref }}" == "beta" ]] || [[ "${{ github.ref }}" == "refs/heads/beta" ]] ; then
|
||||
export TESTS_BRANCH=beta
|
||||
else
|
||||
export TESTS_BRANCH=main
|
||||
|
Loading…
Reference in New Issue
Block a user