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