Browse Source

chore(ci): update test trigger branch

zwlafk 4 years ago
parent
commit
624e4bf091
1 changed files with 2 additions and 2 deletions
  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: