Commit 619e8a8957
Changed files (1)
.github
workflows
.github/workflows/ci.yaml
@@ -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 }}