Skip to content

Commit

Permalink
fix manual dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Aprillion committed Oct 5, 2023
1 parent 964d457 commit 3f3a628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
jobs:
deploy:
if: github.event.pull_request.merged == true
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
steps:
- name: Clone stampy-ui repository code
Expand Down

0 comments on commit 3f3a628

Please sign in to comment.