mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
restrict mac os build to paths and branches
This commit is contained in:
parent
188492eee7
commit
63bca85d9b
21
.github/workflows/macos-build.yml
vendored
21
.github/workflows/macos-build.yml
vendored
@ -1,5 +1,24 @@
|
||||
name: Mac OS build
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- release-**
|
||||
paths:
|
||||
- 'src/**'
|
||||
- 'tests/**'
|
||||
- 'mac/**'
|
||||
- 'CMakeLists.txt'
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- release-**
|
||||
paths:
|
||||
- 'src/**'
|
||||
- 'tests/**'
|
||||
- 'mac/**'
|
||||
- 'CMakeLists.txt'
|
||||
|
||||
env:
|
||||
QT_VERSION: 5.14.1
|
||||
QGIS_DEPS_VERSION: 0.2.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user