Skip to content

Commit

Permalink
💚 Validate tag only on condition in deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
toridoriv committed Oct 18, 2023
1 parent b926826 commit 34ff406
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches:
- main
tags:
- "v[0-9]+.[0-9]+.[0-9]+-[a-zA-Z]*"
- "v[0-9]+.[0-9]+.[0-9]"

jobs:
deploy:
Expand Down

0 comments on commit 34ff406

Please sign in to comment.