Skip to content

Commit

Permalink
CI: Update latest build to build git
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Nov 12, 2022
1 parent 88a848f commit 06a140a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_gdal_latest.yaml
Expand Up @@ -2,7 +2,7 @@ name: Test GDAL Latest

on:
push:
branches: [ main ]
branches: [ main, 'maint-*' ]
schedule:
- cron: '0 0 * * 0'
pull_request: # also build on PRs touching this file
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
cmake \
curl \
git
bash ci/gdal-compile.sh 3.6.0rc2
bash ci/gdal-compile.sh git
- name: Install dependencies
run: |
Expand Down

0 comments on commit 06a140a

Please sign in to comment.