[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:
Andrew Shkrob 2023-07-13 00:28:07 +02:00 committed by Alexander Borsuk
parent 1c40d3c063
commit 473f198e7b
2 changed files with 6 additions and 0 deletions

View file

@ -1,6 +1,9 @@
name: Linux Check
on:
workflow_dispatch: # Manual trigger
push:
branches:
- master
pull_request:
paths-ignore:
- .gitignore

View file

@ -1,6 +1,9 @@
name: macOS Check
on:
workflow_dispatch: # Manual trigger
push:
branches:
- master
pull_request:
paths-ignore:
- .gitignore