CI: enable checks on llvm16 branch

This commit is contained in:
Andrew Kelley 2023-01-29 19:06:46 -07:00
parent 5ba703b030
commit 434124a476

View file

@ -4,6 +4,7 @@ on:
push:
branches:
- master
- llvm16
concurrency:
# Cancels pending runs when a PR gets updated.
group: ${{ github.head_ref || github.run_id }}-${{ github.actor }}