From 07da02684baa2d9595dad5bbf7e83c01b22cbfcc Mon Sep 17 00:00:00 2001 From: bavodaniels Date: Tue, 23 Jan 2024 14:57:41 +0100 Subject: [PATCH] Update .gitignore to track zmk-config The .gitignore file was modified to remove the zmk-config directory from the ignored list. This change lets us monitor the directory's modifications, enhancing the management --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3fcaee26..f3b8a5fc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,7 @@ name: Build on: + workflow_dispatch: push: paths: - ".github/workflows/build.yml"