CI: run tests in llvm19 branch

This commit is contained in:
Andrew Kelley 2024-09-05 08:45:09 -07:00
parent 894b732630
commit 619e8a8957

View File

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