Ver Fonte

remove test branch from CI

erenJag há 5 anos atrás
pai
commit
db457e9e42
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/hub-ci.yml

+ 1 - 1
.github/workflows/hub-ci.yml

@@ -2,7 +2,7 @@ name: Hub-CI
 
 on:
   push:
-    branches: [ master, test_ci ]
+    branches: [ master ]
   pull_request:
     branches: [ master ]