Skip to content

Commit

Permalink
Update examples.yml (#50)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
joshuadavidthomas and pre-commit-ci[bot] authored Feb 21, 2024
1 parent cb71a13 commit 0060125
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: examples
on:
push:
branches: [main]
paths:
- "examples/**.yml"
- "src/**"

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
Expand Down
6 changes: 3 additions & 3 deletions examples/with_vite/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ tag = false
version_pattern = "YYYY.MM.INC1"

[tool.bumpver.file_patterns]
"with_vite/__init__.py" = [
'__version__ = "{version}"'
]
"tests/test_version.py" = [
'assert __version__ == "{version}"'
]
"with_vite/__init__.py" = [
'__version__ = "{version}"'
]

[tool.coverage.report]
exclude_lines = [
Expand Down

0 comments on commit 0060125

Please sign in to comment.