Skip to content

Commit

Permalink
Trigger on tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
jochym committed Dec 7, 2024
1 parent 1c2d304 commit 9acb9f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Build, test and publish to (test)PyPI
on:
push:
tags:
- 'v*' # matches semantic versioning (e.g., v1.2.3)
branches:
- master
- main
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/testpypi.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Build, test and publish to testPyPI
on:
push:
tags:
- 'v*' # matches semantic versioning (e.g., v1.2.3)
branches:
- dev
- hotfix
Expand Down

0 comments on commit 9acb9f8

Please sign in to comment.