restrict mac os build to paths and branches

This commit is contained in:
Denis Rouzaud 2020-08-27 07:23:40 +02:00 committed by GitHub
parent 188492eee7
commit 63bca85d9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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