[llvm] workflows/premerge: Add macOS testing for release branch (PR #124303)

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 24 09:28:05 PST 2025


================
@@ -10,6 +10,7 @@ on:
   push:
     branches:
       - 'main'
+      - 'release/**'
----------------
tstellar wrote:

I want to do pre-commit and post-commit testing, which is what we are currently doing on the release branch.

https://github.com/llvm/llvm-project/pull/124303


More information about the llvm-commits mailing list