Skip to content

Commit

Permalink
release: version 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jdhughes-usgs committed Feb 18, 2021
1 parent 34a9978 commit 446008d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -4,7 +4,10 @@ on:
schedule:
- cron: '0 8 * * *' # run at 8 AM UTC (12 am PST)
push:
branches: [master, develop]
branches:
- master
- develop
- 'release*'
pull_request:
branches: [master, develop]

Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/rtd.yml
Expand Up @@ -2,7 +2,10 @@ name: Read the Docs

on:
push:
branches: [master, develop]
branches:
- master
- develop
- 'release*'
pull_request:
branches: [master, develop]

Expand Down
2 changes: 1 addition & 1 deletion docs/make_release.md
Expand Up @@ -54,7 +54,7 @@ Use `run_notebooks.py` in the `release` directory to rerun all of the notebooks
## Commit the release branch

1. Commit the changes to the release (*e.g.* `release3.2.10`) branch.
2. Push the commit to GitHub.
2. Push the commit to the [upstream GitHub repository](https://github.com/modflowpy/flopy).
3. Wait until the commit successfully runs on [GitHub Actions](https://github.com/modflowpy/flopy/actions).


Expand Down

0 comments on commit 446008d

Please sign in to comment.