Skip to content

Commit

Permalink
chore: Run deploy workflows on tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Nov 27, 2024
1 parent a3828ec commit 99e49ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
pull_request:
branches: ["master"]
push:
branches: ["master", "refs/tags/v*"]
branches: ["master"]
tags: ["v*"]

# Cancel old PR builds when pushing new commits.
concurrency:
Expand Down

0 comments on commit 99e49ad

Please sign in to comment.