소스 검색

fix(ci): branch name

Lucas Nogueira 4 년 전
부모
커밋
4d42548381
4개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      .github/workflows/artifacts-updater.yml
  2. 1 1
      .github/workflows/core-lint-fmt.yml
  3. 1 1
      .github/workflows/test-bundler.yml
  4. 1 1
      .github/workflows/test-core.yml

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

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

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

@@ -7,7 +7,7 @@ name: clippy and fmt check
 on:
   push:
     branches:
-      - develop
+      - dev
   pull_request:
     paths:
       - '.github/workflows/core-lint-fmt.yml'

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

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

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

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