Skip to content

Commit

Permalink
fix(upload): ci should react to any tag
Browse files Browse the repository at this point in the history
  • Loading branch information
philwinder committed Dec 8, 2022
1 parent b5707f5 commit a25d2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tools-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: ["main"]
# Publish semver tags as releases.
tags: ["v*.*.*"]
tags: ["*"]
pull_request:
branches: ["main"]

Expand Down

0 comments on commit a25d2e4

Please sign in to comment.