Skip to content

Commit

Permalink
run compiler checks on release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Oct 7, 2023
1 parent 0300863 commit d4ce57f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/compilers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: MODFLOW 6 compiler compatibility checks
# run on release branches and manual dispatch
on:
push:
branches:
- v[0-9]+.[0-9]+.[0-9]+*
workflow_dispatch:
jobs:
test_gfortran:
Expand Down

0 comments on commit d4ce57f

Please sign in to comment.