From 721da8c0553cc695f2f2cfc3146470777273d5d3 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Tue, 5 Oct 2021 20:57:33 +0200 Subject: [PATCH] Fixed missing colon --- .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 7bffe29..d90f2b7 100644 --- a/.github/workflows/continuous-build.yml +++ b/.github/workflows/continuous-build.yml @@ -1,7 +1,7 @@ name: Continuous Build Linux on: - push + push: paths: - 'src/**' - 'include/**'