Skip to content

Commit f031f5f

Browse files
authored
CI: Run PROJ Latest when config files modified (#1069)
1 parent cd229d9 commit f031f5f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test_proj_latest.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches: [ main ]
66
schedule:
77
- cron: '0 0 * * 0'
8+
pull_request: # also build on PRs touching this file
9+
paths:
10+
- ".github/workflows/test_proj_latest.yaml"
11+
- "ci/proj-compile.sh"
812

913
jobs:
1014
test_proj_latest:

0 commit comments

Comments
 (0)