فهرست منبع

feat(ci): run tests on `next` branch for cache

Lucas Nogueira 3 سال پیش
والد
کامیت
28895ddc76

+ 1 - 0
.github/workflows/artifacts-updater.yml

@@ -7,6 +7,7 @@ on:
   push:
     branches:
       - dev
+      - next
   pull_request:
     paths:
       - '.github/workflows/artifacts-updater.yml'

+ 1 - 0
.github/workflows/core-lint-fmt.yml

@@ -8,6 +8,7 @@ on:
   push:
     branches:
       - dev
+      - next
   pull_request:
     paths:
       - '.github/workflows/core-lint-fmt.yml'

+ 1 - 0
.github/workflows/test-bundler.yml

@@ -8,6 +8,7 @@ on:
   push:
     branches:
       - dev
+      - next
   pull_request:
     paths:
       - '.github/workflows/test-bundler.yml'

+ 1 - 0
.github/workflows/test-core.yml

@@ -8,6 +8,7 @@ on:
   push:
     branches:
       - dev
+      - next
   pull_request:
     paths:
       - '.github/workflows/test-core.yml'