motiejus/zig

fork of https://codeberg.org/ziglang/zig
git clone https://git.jakstys.lt/motiejus/zig.git
Log | Tree | Refs | README | LICENSE

commit 434124a4765d00c9e12e645ee059534a49bdeb23 (tree)
parent 5ba703b0307e1d9d1b836f2a25a60f18b2741f9f
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Sun, 29 Jan 2023 19:06:46 -0700

CI: enable checks on llvm16 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 + - llvm16 concurrency: # Cancels pending runs when a PR gets updated. group: ${{ github.head_ref || github.run_id }}-${{ github.actor }}