Skip to content

Commit

Permalink
Allow tags like v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadain committed Dec 20, 2024
1 parent b7702a1 commit 3c7cc3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 🚀 Deploy Production
on:
push:
tags:
- v.*
- v*

jobs:
deploy-prod:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
tags:
- v.*
- v*

jobs:
deploy-staging:
Expand Down

0 comments on commit 3c7cc3e

Please sign in to comment.