Browse Source

Run tests on backport branches too.

Dario Nieuwenhuis 4 năm trước cách đây
mục cha
commit
8d86fa3c32
3 tập tin đã thay đổi với 3 bổ sung3 xóa
  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