CI: enable builds of 0.12.x branch
1 files changed, 1 insertions(+), 0 deletions(-)
.github
workflows
.github/workflows/ci.yaml+1
| ... | @@ -4,6 +4,7 @@ on: | ... | @@ -4,6 +4,7 @@ on: |
| 4 | push: | 4 | push: |
| 5 | branches: | 5 | branches: |
| 6 | - master | 6 | - master |
| | 7 | - 0.12.x |
| 7 | concurrency: | 8 | concurrency: |
| 8 | # Cancels pending runs when a PR gets updated. | 9 | # Cancels pending runs when a PR gets updated. |
| 9 | group: ${{ github.head_ref || github.run_id }}-${{ github.actor }} | 10 | group: ${{ github.head_ref || github.run_id }}-${{ github.actor }} |