Skip to content

Commit 10e671d

Browse files
committed
workflows/build: add rebuild dispatch
1 parent 29fb433 commit 10e671d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ env:
55
IMAGE_NAME: ${{ github.repository }}
66

77
on:
8+
repository_dispatch:
9+
types: [rebuild]
810
push:
911
branches: [ "main" ]
1012

0 commit comments

Comments
 (0)