File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 44 schedule :
55 - cron : ' 0 8 * * *' # run at 8 AM UTC (12 am PST)
66 push :
7- branches : [master, develop]
7+ branches :
8+ - master
9+ - develop
10+ - ' release*'
811 pull_request :
912 branches : [master, develop]
1013
Original file line number Diff line number Diff line change @@ -2,7 +2,10 @@ name: Read the Docs
22
33on :
44 push :
5- branches : [master, develop]
5+ branches :
6+ - master
7+ - develop
8+ - ' release*'
69 pull_request :
710 branches : [master, develop]
811
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ Use `run_notebooks.py` in the `release` directory to rerun all of the notebooks
5454## Commit the release branch
5555
56561. Commit the changes to the release (*e.g.* `release3.2.10`) branch.
57- 2. Push the commit to GitHub.
57+ 2. Push the commit to the [upstream GitHub repository](https://github.com/modflowpy/flopy) .
58583. Wait until the commit successfully runs on [GitHub Actions](https://github.com/modflowpy/flopy/actions).
5959
6060
You can’t perform that action at this time.
0 commit comments