Browse Source

Run tests on release branches

Francisco Giordano 4 năm trước cách đây
mục cha
commit
cb19930b83
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      .github/workflows/test.yml

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

@@ -2,7 +2,9 @@ name: Test
 
 on:
   push:
-    branches: [master]
+    branches:
+      - master
+      - release-v*
   pull_request: {}
 
 jobs: