Skip to content

Commit 446008d

Browse files
committed
release: version 3.3.3
1 parent 34a9978 commit 446008d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ on:
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

.github/workflows/rtd.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ name: Read the Docs
22

33
on:
44
push:
5-
branches: [master, develop]
5+
branches:
6+
- master
7+
- develop
8+
- 'release*'
69
pull_request:
710
branches: [master, develop]
811

docs/make_release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
5656
1. 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).
5858
3. Wait until the commit successfully runs on [GitHub Actions](https://github.com/modflowpy/flopy/actions).
5959
6060

0 commit comments

Comments
 (0)