zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 5d29b9fad6a2b8467a7055ba2ca57b12abb38f21 (tree)
parent 6de152ec7cb906362b85ed86a8cf6a22b909b4df
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Tue, 23 Apr 2024 17:23:29 -0700

CI: enable builds of 0.12.x branch

Diffstat:
M.github/workflows/ci.yaml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml @@ -4,6 +4,7 @@ on: push: branches: - master + - 0.12.x concurrency: # Cancels pending runs when a PR gets updated. group: ${{ github.head_ref || github.run_id }}-${{ github.actor }}