aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2023-01-29 19:06:46 -0700
committerAndrew Kelley <andrew@ziglang.org>2023-01-29 19:06:46 -0700
commit434124a4765d00c9e12e645ee059534a49bdeb23 (patch)
tree4d4aa2cf19f9d7a9d568b8bbc5eef97263cb0d62 /.github
parent5ba703b0307e1d9d1b836f2a25a60f18b2741f9f (diff)
downloadzig-434124a4765d00c9e12e645ee059534a49bdeb23.tar.gz
zig-434124a4765d00c9e12e645ee059534a49bdeb23.zip
CI: enable checks on llvm16 branch
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 8f0bcb7b96..4a67996cec 100644
--- 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 }}