mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
More changes to GitHub Actions (#4175)
This commit is contained in:
parent
589fbcdcd5
commit
2f62671d8a
3 changed files with 10 additions and 2 deletions
3
.github/workflows/linux-builds.yml
vendored
3
.github/workflows/linux-builds.yml
vendored
|
|
@ -1,6 +1,9 @@
|
|||
name: Build on Linux (Docker)
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
|
|
|||
3
.github/workflows/macos-builds.yml
vendored
3
.github/workflows/macos-builds.yml
vendored
|
|
@ -1,6 +1,9 @@
|
|||
name: Build on macOS
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue