CI: enable testing for 0.11.x branch

This commit is contained in:
Andrew Kelley 2023-08-29 13:33:03 -07:00
parent 3b046d76b7
commit d947660559

View file

@ -4,7 +4,7 @@ on:
push: push:
branches: branches:
- master - master
- llvm16 - 0.11.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 }}