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:
branches:
- master
- 0.12.x
concurrency:
# Cancels pending runs when a PR gets updated.
group: ${{ github.head_ref || github.run_id }}-${{ github.actor }}