Commit c8833fc3

stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
2025-04-10 05:08:33
chore(internal): reduce CI branch coverage
1 parent 5020669
Changed files (1)
.github
workflows
.github/workflows/ci.yml
@@ -1,13 +1,12 @@
 name: CI
 on:
   push:
-    branches-ignore:
-      - 'generated'
-      - 'codegen/**'
-      - 'integrated/**'
-      - 'preview-head/**'
-      - 'preview-base/**'
-      - 'preview/**'
+    branches:
+      - main
+  pull_request:
+    branches:
+      - main
+      - next
 
 jobs:
   lint: