Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Build with Qt 5.14 only when sources have changed (#38400)
  • Loading branch information
3nids committed Aug 21, 2020
1 parent b082f16 commit 422dd0a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/qt5_14.yml
@@ -1,14 +1,22 @@
name: Build QGIS with Qt 5.14
name: Build with Qt 5.14

on:
push:
branches:
- master
- release-**
paths:
- 'src/**'
- 'tests/**'
- 'CMakeLists.txt'
pull_request:
branches:
- master
- release-**
paths:
- 'src/**'
- 'tests/**'
- 'CMakeLists.txt'

jobs:
build:
Expand Down

0 comments on commit 422dd0a

Please sign in to comment.