Commit 50cb2fa0a2

Alex Rønne Petersen <alex@alexrp.com>
2025-02-05 10:15:01
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.
1 parent 155b34b
Changed files (1)
.github
workflows
.github/workflows/ci.yaml
@@ -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 }}