Skip to content

Commit

Permalink
Update Heroku ci/ci to factor in manual dispatches
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperBlue committed Dec 9, 2023
1 parent 947071a commit b20a49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
update:
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: Send HTTP request
Expand Down

0 comments on commit b20a49e

Please sign in to comment.