Skip to content

Commit

Permalink
restrict mac os build to paths and branches
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Aug 27, 2020
1 parent 188492e commit 63bca85
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion .github/workflows/macos-build.yml
@@ -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
Expand Down

0 comments on commit 63bca85

Please sign in to comment.