[llvm-branch-commits] [llvm] PR for llvm/llvm-project#80585 (PR #80776)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Feb 5 16:55:36 PST 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-github-workflow

Author: None (llvmbot)

<details>
<summary>Changes</summary>

resolves llvm/llvm-project#<!-- -->80585

---
Full diff: https://github.com/llvm/llvm-project/pull/80776.diff


1 Files Affected:

- (modified) .github/workflows/pr-code-format.yml (+5-1) 


``````````diff
diff --git a/.github/workflows/pr-code-format.yml b/.github/workflows/pr-code-format.yml
index 5223089ee8a93d..3d0c23917bd403 100644
--- a/.github/workflows/pr-code-format.yml
+++ b/.github/workflows/pr-code-format.yml
@@ -1,5 +1,9 @@
 name: "Check code formatting"
-on: pull_request_target
+on:
+  pull_request_target:
+    branches:
+      - main
+
 permissions:
   pull-requests: write
 

``````````

</details>


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


More information about the llvm-branch-commits mailing list