mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-05 21:13:55 -07:00
Merge 31f3a89eb5 into 23da49ee5b
This commit is contained in:
commit
cb2b5e94a2
1 changed files with 2 additions and 1 deletions
3
.github/workflows/desktop-build.yml
vendored
3
.github/workflows/desktop-build.yml
vendored
|
|
@ -173,7 +173,7 @@ jobs:
|
||||||
run: source .ci/docker.sh --build
|
run: source .ci/docker.sh --build
|
||||||
|
|
||||||
- name: Build debug and test
|
- name: Build debug and test
|
||||||
if: matrix.test != 'skip'
|
if: matrix.test != 'skip' && github.event_name == 'pull_request'
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
source .ci/docker.sh
|
source .ci/docker.sh
|
||||||
|
|
@ -433,6 +433,7 @@ jobs:
|
||||||
|
|
||||||
# uses environment variables, see compile.sh for more details
|
# uses environment variables, see compile.sh for more details
|
||||||
- name: Build Cockatrice
|
- name: Build Cockatrice
|
||||||
|
if: matrix.type == 'Release' || (matrix.type == 'Debug' && github.event_name == 'pull_request')
|
||||||
id: build
|
id: build
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue