From 9ebf2dae7bbb25bfc797c818430749ad17e01024 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Wed, 9 Aug 2023 10:50:07 +0200 Subject: [PATCH] build: Ability to manually trigger Actions builds --- .github/workflows/build-syncthing.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-syncthing.yaml b/.github/workflows/build-syncthing.yaml index 8c2cbf91e..0a52d133a 100644 --- a/.github/workflows/build-syncthing.yaml +++ b/.github/workflows/build-syncthing.yaml @@ -6,6 +6,7 @@ on: schedule: # Run nightly build at 05:00 UTC - cron: '00 05 * * *' + workflow_dispatch: env: # The go version to use for builds. We set check-latest to true when