Skip to content

Commit

Permalink
Add workflow dispatch trigger to rebuild Action
Browse files Browse the repository at this point in the history
We can't use the "Rebuild" label on a PR with conflicts because the
`pull_request` event runs on a synthetic merge commit.
  • Loading branch information
Henry Mercer committed Feb 27, 2024
1 parent 166b8a7 commit d8595f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Rebuild Action
on:
pull_request:
types: [labeled]
workflow_dispatch:

jobs:
rebuild:
Expand Down

0 comments on commit d8595f5

Please sign in to comment.