CI: enable for llvm17 branch

This commit is contained in:
Andrew Kelley 2023-08-11 23:26:44 -07:00
parent 0bd1058d5a
commit 749b88c7f3

View File

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