Skip to content

Commit d8595f5

Browse files
committed
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.
1 parent 166b8a7 commit d8595f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rebuild.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Rebuild Action
33
on:
44
pull_request:
55
types: [labeled]
6+
workflow_dispatch:
67

78
jobs:
89
rebuild:

0 commit comments

Comments
 (0)