Skip to content

Commit

Permalink
Merge pull request #333 from StampyAI/fix-gh-deploy
Browse files Browse the repository at this point in the history
Fix manual dispatch of deploy
  • Loading branch information
Aprillion committed Oct 6, 2023
2 parents 964d457 + 3f3a628 commit 166b4ee
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 166b4ee

Please sign in to comment.