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
This commit is contained in:
parent
eb9f152a13
commit
07da02684b
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -1,6 +1,7 @@
|
|||
name: Build
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
paths:
|
||||
- ".github/workflows/build.yml"
|
||||
|
|
Loading…
Add table
Reference in a new issue