From 6ef0dbab4912d7c585eed8bb26ee3ebddb8d6ec3 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 | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f3b8a5fc..519235f3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,16 +2,6 @@ name: Build on: workflow_dispatch: - push: - paths: - - ".github/workflows/build.yml" - - "app/**" - pull_request: - paths: - - ".github/workflows/build.yml" - - "app/**" - schedule: - - cron: "22 4 * * *" jobs: build: