Skip to content

Commit

Permalink
do not run ogc workflow so often
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Feb 15, 2021
1 parent 0f4993b commit 52b2422
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ogc.yml
Expand Up @@ -5,10 +5,22 @@ on:
branches:
- master
- release-**
paths:
- 'src/**'
- 'external/**'
- 'python/**'
- 'CMakeLists.txt'
- '.github/workflows/ogc.yml'
pull_request:
branches:
- master
- release-**
paths:
- 'src/**'
- 'external/**'
- 'python/**'
- 'CMakeLists.txt'
- '.github/workflows/ogc.yml'

jobs:
build:
Expand Down

0 comments on commit 52b2422

Please sign in to comment.