Forráskód Böngészése

meta: enable CI on `4.x` branch

Antoine du Hamel 1 éve
szülő
commit
b4474f0863

+ 1 - 1
.github/workflows/bundlers.yml

@@ -2,7 +2,7 @@ name: Test different bundlers with Uppy
 
 on:
   push:
-    branches: [main]
+    branches: [main, 4.x]
   pull_request:
     # We want all branches so we configure types to be the GH default again
     types: [opened, synchronize, reopened]

+ 1 - 1
.github/workflows/ci.yml

@@ -2,7 +2,7 @@ name: CI
 
 on:
   push:
-    branches: [main]
+    branches: [main, 4.x]
     paths-ignore:
       - '**.md'
       - 'assets/**'

+ 1 - 1
.github/workflows/companion.yml

@@ -1,7 +1,7 @@
 name: Companion
 on:
   push:
-    branches: [main]
+    branches: [main, 4.x]
     paths:
       - yarn.lock
       - 'packages/@uppy/companion/**'

+ 1 - 1
.github/workflows/e2e.yml

@@ -1,7 +1,7 @@
 name: End-to-end tests
 on:
   push:
-    branches: [main]
+    branches: [main, 4.x]
     paths-ignore:
       - '**.md'
       - '**.d.ts'

+ 1 - 1
.github/workflows/linters.yml

@@ -2,7 +2,7 @@ name: Linters
 
 on:
   push:
-    branches: [main]
+    branches: [main, 4.x]
     paths-ignore:
       - '.github/**'
       - '!.github/workflows/linters.yml'

+ 1 - 1
.github/workflows/lockile_check.yml

@@ -2,7 +2,7 @@ name: Lockfile checks
 
 on:
   push:
-    branches: [main]
+    branches: [main, 4.x]
     paths:
       - yarn.lock
   pull_request: