Skip to content

Commit

Permalink
actually, do run on every push to this PR
Browse files Browse the repository at this point in the history
apparently workflow_dispatch is only valid from main
  • Loading branch information
boringcactus committed Nov 14, 2023
1 parent d566fa2 commit ee7f035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy to Staging
on:
workflow_dispatch:
push:
branches: [main]
branches: [main, mth-deploy]

jobs:
deploy:
Expand Down

0 comments on commit ee7f035

Please sign in to comment.