Skip to content

Commit

Permalink
CI: Run PROJ Latest when config files modified (#1069)
Browse files Browse the repository at this point in the history
  • Loading branch information
snowman2 committed Apr 28, 2022
1 parent cd229d9 commit f031f5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_proj_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches: [ main ]
schedule:
- cron: '0 0 * * 0'
pull_request: # also build on PRs touching this file
paths:
- ".github/workflows/test_proj_latest.yaml"
- "ci/proj-compile.sh"

jobs:
test_proj_latest:
Expand Down

0 comments on commit f031f5f

Please sign in to comment.