mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
CI: enable builds of 0.12.x branch
This commit is contained in:
parent
6de152ec7c
commit
5d29b9fad6
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@ -4,6 +4,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
- 0.12.x
|
||||||
concurrency:
|
concurrency:
|
||||||
# Cancels pending runs when a PR gets updated.
|
# Cancels pending runs when a PR gets updated.
|
||||||
group: ${{ github.head_ref || github.run_id }}-${{ github.actor }}
|
group: ${{ github.head_ref || github.run_id }}-${{ github.actor }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user