Просмотр исходного кода

ci: run checks for commits on branch dev

Yujia Qiao 3 лет назад
Родитель
Сommit
f5ec8422e1
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/workflows/rust.yml

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

@@ -4,7 +4,7 @@ on:
   pull_request:
   pull_request:
     branches: ["*"]
     branches: ["*"]
   push:
   push:
-    branches: ["main"]
+    branches: ["main", "dev"]
 
 
 concurrency:
 concurrency:
   # Documentation suggests ${{ github.head_ref }}, but that's only available on pull_request/pull_request_target triggers, so using ${{ github.ref }}.
   # Documentation suggests ${{ github.head_ref }}, but that's only available on pull_request/pull_request_target triggers, so using ${{ github.ref }}.