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