Skip to content

Commit

Permalink
fix branch tag in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
atmorling authored Jun 24, 2024
1 parent c7e9fe7 commit e270d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
branches:
- "main"
- "master"

env:
PYTHON_VERSION: "3.10.12"
Expand Down

0 comments on commit e270d5d

Please sign in to comment.