Commit 434124a476

Andrew Kelley <andrew@ziglang.org>
2023-01-30 03:06:46
CI: enable checks on llvm16 branch
1 parent 5ba703b
Changed files (1)
.github
workflows
.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 }}