Browse Source

chore(ci): update test trigger branch

zwlafk 4 năm trước cách đây
mục cha
commit
624e4bf091
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      .github/workflows/test.yml

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

@@ -4,9 +4,9 @@ name: test
 
 on:
   push:
-    branches: [ main, release-beta ]
+    branches: [ main, release ]
   pull_request:
-    branches: [ main, release-beta ]
+    branches: [ main, release ]
 
   workflow_dispatch: