Parcourir la source

chore(ci): update test trigger branch

zwlafk il y a 4 ans
Parent
commit
624e4bf091
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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: