Commit 5d29b9fad6

Andrew Kelley <andrew@ziglang.org>
2024-04-24 02:23:29
CI: enable builds of 0.12.x branch
1 parent 6de152e
Changed files (1)
.github
workflows
.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 }}