ci: Stop triggering the workflow for llvm branches.

We usually do a PR for the llvm branches, so triggering a run for the branch
means we do extra work for no reason.
This commit is contained in:
Alex Rønne Petersen 2025-02-05 10:15:01 +01:00
parent 155b34ba05
commit 50cb2fa0a2
No known key found for this signature in database

View File

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