From a1fe0b44f9b819319408d4cc65e503cc52a318e8 Mon Sep 17 00:00:00 2001 From: reeve <150582459+grassfedreeve@users.noreply.github.com> Date: Mon, 25 Mar 2024 15:09:58 +1100 Subject: [PATCH] Create build.yml --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..8735e7b --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,5 @@ +on: [push, pull_request, workflow_dispatch] + +jobs: + build: + uses: petejohanson/zmk/.github/workflows/build-user-config.yml@core/zephyr-3.5-update