We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e70e72c commit 96f16beCopy full SHA for 96f16be
1 file changed
.github/workflows/docker.yml
@@ -6,6 +6,8 @@ on:
6
- master
7
schedule:
8
- cron: "0 0 * * *"
9
+ repository_dispatch:
10
+ types: [run_build]
11
12
jobs:
13
build:
0 commit comments