We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29fb433 commit 10e671dCopy full SHA for 10e671d
.github/workflows/build.yml
@@ -5,6 +5,8 @@ env:
5
IMAGE_NAME: ${{ github.repository }}
6
7
on:
8
+ repository_dispatch:
9
+ types: [rebuild]
10
push:
11
branches: [ "main" ]
12
0 commit comments