forked from organicmaps/organicmaps
[ci] Trigger Linux and MacOS builds on push to master
Signed-off-by: Andrew Shkrob <andrew.shkrob.social@yandex.by>
This commit is contained in:
parent
1c40d3c063
commit
473f198e7b
2 changed files with 6 additions and 0 deletions
3
.github/workflows/linux-check.yaml
vendored
3
.github/workflows/linux-check.yaml
vendored
|
@ -1,6 +1,9 @@
|
|||
name: Linux Check
|
||||
on:
|
||||
workflow_dispatch: # Manual trigger
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- .gitignore
|
||||
|
|
3
.github/workflows/macos-check.yaml
vendored
3
.github/workflows/macos-check.yaml
vendored
|
@ -1,6 +1,9 @@
|
|||
name: macOS Check
|
||||
on:
|
||||
workflow_dispatch: # Manual trigger
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- .gitignore
|
||||
|
|
Loading…
Add table
Reference in a new issue