Skip to content

Commit

Permalink
chore: Temporarily making action to run on PR just to check if it works.
Browse files Browse the repository at this point in the history
  • Loading branch information
LuchoTurtle committed Nov 8, 2023
1 parent 44008e8 commit 555a5be
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/fly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
# https://fly.io/docs/app-guides/continuous-deployment-with-github-actions/
name: Fly Deploy
on:
push:
branches:
- main
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
deploy:
Expand Down

0 comments on commit 555a5be

Please sign in to comment.