Skip to content

Commit

Permalink
ci: add workflow_dispatch trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
sitiom authored Jul 22, 2024
1 parent 208d020 commit 18b8f04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/fly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ name: Deploy to Fly
on:
push:
branches: ["main"]
workflow_dispatch:

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Wait for other checks to succeed
uses: lewagon/[email protected]
if: ${{ github.event_name != 'workflow_dispatch' }}
with:
ref: ${{ github.ref }}
running-workflow-name: deploy
Expand Down

0 comments on commit 18b8f04

Please sign in to comment.