Skip to content

Commit

Permalink
t0
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Oct 23, 2024
1 parent 876d47c commit f3a75f8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: MODFLOW 6 test nightly build
on:
push:
branches:
- netcdf_ciwin_test4
paths-ignore:
- '**.md'
jobs:
make_dist:
name: Make development distribution
# uses: MODFLOW-USGS/modflow6/.github/workflows/release.yml@develop
uses: mjreno/modflow6/.github/workflows/release.yml@netcdf_ciwin_test4
with:
approve: false
branch: netcdf_ciwin_test4
developmode: true
full: false
run_tests: false
version: "6.6.0.dev0"

0 comments on commit f3a75f8

Please sign in to comment.