From be9086c68f1974dacd8cda3ed554778536eff9f6 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Sun, 17 Oct 2021 17:48:31 +0200 Subject: [PATCH] Swap triggers around to see if it triggers... --- .github/workflows/continuous-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-build.yml b/.github/workflows/continuous-build.yml index 61c5df3..91327d6 100644 --- a/.github/workflows/continuous-build.yml +++ b/.github/workflows/continuous-build.yml @@ -1,7 +1,6 @@ name: Continuous Build Linux on: - workflow_dispatch: push: branches: - master @@ -14,6 +13,7 @@ on: - 'include/**' - 'Makefile' - '.github/workflows/continuous-build.yml' + workflow_dispatch: jobs: static-build: