Skip to content

Commit

Permalink
only deploy on release
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Oct 8, 2024
1 parent 0776b4d commit 5435d9a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/fly-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# See https://fly.io/docs/app-guides/continuous-deployment-with-github-actions/

name: Fly Deploy

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

jobs:
deploy:
name: Deploy app
Expand Down

0 comments on commit 5435d9a

Please sign in to comment.