From d001b8487c56b9b7a686a333107d3a1132c008bf Mon Sep 17 00:00:00 2001 From: David Gonzalez Martin Date: Tue, 18 Feb 2025 19:32:04 -0600 Subject: [PATCH] Prepare for the return of Zig --- .github/workflows/ci.yml | 1 + .gitignore | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6859eb0..1b9eb18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,7 @@ on: - "**" branches: - main + - zig schedule: - cron: "0 0 * * *" diff --git a/.gitignore b/.gitignore index 3f99447..291266b 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,5 @@ imgui.ini .DS_Store /*.perf /.gdb_history +/.zig-cache/ +/zig-out/