Add workflow dispatch trigger to rebuild Action

We can't use the "Rebuild" label on a PR with conflicts because the
`pull_request` event runs on a synthetic merge commit.
This commit is contained in:
Henry Mercer
2024-02-27 12:29:14 +00:00
parent 166b8a70b8
commit d8595f5543

View File

@@ -3,6 +3,7 @@ name: Rebuild Action
on:
pull_request:
types: [labeled]
workflow_dispatch:
jobs:
rebuild: