Skip to content

Commit

Permalink
💚 Deploy on release created
Browse files Browse the repository at this point in the history
  • Loading branch information
toridoriv committed Oct 18, 2023
1 parent 496db10 commit b9d522b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy-server.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: 🚀 Deploy Server

on:
push:
branches:
- main
release:
types: [created]

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

permissions:
Expand Down

0 comments on commit b9d522b

Please sign in to comment.