diff options
author | Akshay <[email protected]> | 2022-07-03 12:52:21 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2022-07-03 12:52:21 +0100 |
commit | 367092f60dad0461791f8878e10e434848dc8923 (patch) | |
tree | fb9a2c39a8dd9916231a6bfc508c61393422da0b /.github/workflows |
Initial User Config.
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..d74fb89 --- /dev/null +++ b/.github/workflows/build.yml | |||
@@ -0,0 +1,5 @@ | |||
1 | on: [push, pull_request, workflow_dispatch] | ||
2 | |||
3 | jobs: | ||
4 | build: | ||
5 | uses: zmkfirmware/zmk/.github/workflows/build-user-config.yml@main | ||