Skip to content

Commit

Permalink
Attempt to allow running the workflow manually
Browse files Browse the repository at this point in the history
  • Loading branch information
dsagal committed Nov 5, 2024
1 parent 8a1cbdf commit c39af28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/fly-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
types:
- completed

# TODO (Temporary) Allows running this workflow manually from the Actions tab
workflow_dispatch:

jobs:
deploy:
name: Deploy app to fly.io
Expand Down

0 comments on commit c39af28

Please sign in to comment.