mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-04 00:57:12 -08:00
More changes to GitHub Actions (#4175)
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user