فهرست منبع

Run tests on backport branches too.

Dario Nieuwenhuis 4 سال پیش
والد
کامیت
8d86fa3c32
3فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      .github/workflows/clippy.yml
  2. 1 1
      .github/workflows/fuzz.yml
  3. 1 1
      .github/workflows/test.yml

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

@@ -1,6 +1,6 @@
 on:
   push:
-    branches: [ staging, trying, master ]
+    branches: [ staging, trying, master, v0.* ]
   pull_request_target:
 
 name: Clippy check

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

@@ -1,6 +1,6 @@
 on:
   push:
-    branches: [ staging, trying, master ]
+    branches: [ staging, trying, master, v0.* ]
   pull_request:
 
 name: Fuzz

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

@@ -1,6 +1,6 @@
 on:
   push:
-    branches: [ staging, trying, master ]
+    branches: [ staging, trying, master, v0.* ]
   pull_request:
 
 name: Test