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:
parent
166b8a70b8
commit
d8595f5543
1 changed files with 1 additions and 0 deletions
1
.github/workflows/rebuild.yml
vendored
1
.github/workflows/rebuild.yml
vendored
|
|
@ -3,6 +3,7 @@ name: Rebuild Action
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [labeled]
|
types: [labeled]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
rebuild:
|
rebuild:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue