Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/guysoft/OctoPi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Sheffer <guysoft@gmail.com>2022-01-17 19:02:47 +0300
committerGuy Sheffer <guysoft@gmail.com>2022-01-17 19:02:47 +0300
commitdf10e6d33c3ea0d122065a030fbea2dcb78be0aa (patch)
tree865b3137fc0a370c4498fd029ce509cbe85d4c9e
parentf5ed20c69bcfbb0d0d4ed244a2af5c9be7ce632f (diff)
Add repository_dispatch option
-rw-r--r--.github/workflows/build.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0978170..97238fb 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1,6 +1,7 @@
name: Build Image
-on:
+on:
+ repository_dispatch:
push:
schedule:
- cron: '0 0 * * *'
@@ -62,4 +63,4 @@ jobs:
if: github.event_name == 'schedule'
with:
name: ${{ steps.copy.outputs.image }}
- path: ${{ steps.copy.outputs.image }}.img \ No newline at end of file
+ path: ${{ steps.copy.outputs.image }}.img