[llvm] [GitHub] Add basic CI for libclang Python binding unit tests (PR #76784)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 23 02:36:16 PST 2024


================
@@ -0,0 +1,39 @@
+name: Libclang Python Binding Tests
+
+permissions:
+  contents: read
+
+on:
+  workflow_dispatch:
+  push:
----------------
nikic wrote:

You forgot to add `branches: - main` here. This action now runs whenever I push a branch to my fork.

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


More information about the llvm-commits mailing list