| author | |
| committer | |
| log | 619e8a895707529209836109ded7b30fe57a61a1 |
| tree | f98b070c676872a4e988982e82fea5202710ec35 |
| parent | 894b732630a59664525cfa5e184bc108c0444e63 |
1 files changed, 1 insertions(+), 1 deletions(-)
.github/workflows/ci.yaml+1-1| ... | ... | @@ -4,7 +4,7 @@ on: |
| 4 | 4 | push: |
| 5 | 5 | branches: |
| 6 | 6 | - master |
| 7 | - llvm18 | |
| 7 | - llvm19 | |
| 8 | 8 | concurrency: |
| 9 | 9 | # Cancels pending runs when a PR gets updated. |
| 10 | 10 | group: ${{ github.head_ref || github.run_id }}-${{ github.actor }} |