Skip to content

Commit

Permalink
fix: Prefix tag trigger with v as GitVersion expects (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRynne authored Sep 3, 2024
1 parent 8f7b3fc commit 09cc83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Build and deploy
on:
push:
branches: ["dui3/alpha", "deploy/*"] # Continuous delivery on every long-lived branch
tags: ["3.*"] # Manual delivery on every 3.x tag
tags: ["v3.*"] # Manual delivery on every 3.x tag

jobs:
build:
Expand Down

0 comments on commit 09cc83e

Please sign in to comment.