CI: enable builds of 0.12.x branch

This commit is contained in:
Andrew Kelley 2024-04-23 17:23:29 -07:00
parent 6de152ec7c
commit 5d29b9fad6

View File

@ -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 }}