Skip to content

Commit

Permalink
💚 Undo changes and deploy again on tag creation
Browse files Browse the repository at this point in the history
  • Loading branch information
toridoriv committed Oct 18, 2023
1 parent 7a2af6e commit e3859df
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/deploy-server.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
name: 🚀 Deploy Server

on:
release:
types: [created]
push:
branches:
- main
tags:
- "v[0-9]+.[0-9]+.[0-9]+-[a-zA-Z]*"
- "v[0-9]+.[0-9]+.[0-9]"

jobs:
deploy:
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest

permissions:
Expand Down

0 comments on commit e3859df

Please sign in to comment.