Преглед на файлове

Remove the extra branch allowance. (#609)

This shouldn't be needed now that we've landed the new CI on trunk.
Chandler Carruth преди 4 години
родител
ревизия
8082791c54
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      .github/workflows/tests.yaml

+ 1 - 1
.github/workflows/tests.yaml

@@ -6,7 +6,7 @@ name: test
 
 on:
   push:
-    branches: [trunk, build-scaling]
+    branches: [trunk]
     paths:
       # Conservatively run the tests. However, skip them if the only paths in
       # the pull request match files that we know don't impact the build.