Skip to content

Commit

Permalink
do not run bumpversion on docs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Jun 20, 2022
1 parent a85f2ca commit 2491a48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ on:
- setup.py
- tox.ini
- xclim/__init__.py
- docs/**.rst
- docs/**.ipynb
- docs/*.py
- docs/*.rst
- .github/**.yml
- .pre-commit-config.yaml

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ on:
- setup.py
- tox.ini
- xclim/__init__.py
- docs/**.ipynb
- docs/**.py
- docs/**.rst
- .github/**.yml
- .pre-commit-config.yaml
Expand Down

0 comments on commit 2491a48

Please sign in to comment.