Skip to content

Commit

Permalink
yet more CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TwilightFlower committed Jun 10, 2024
1 parent b9cd5f2 commit 4b36262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Publish Project
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+' # any SemVer tag, e.g. v1.2.3
- '[0-9]+.[0-9]+.[0-9]+' # any SemVer tag, e.g. v1.2.3

env:
# link to the changelog with a format code for the version
Expand Down

0 comments on commit 4b36262

Please sign in to comment.