liuyuqi-dellpc 2 years ago
parent
commit
d7fc89331c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/build.yml

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

@@ -2,9 +2,9 @@ name: Go
 
 on:
   push:
-    branches: [ master ]
+    branches: [ master, tmp ]
   pull_request:
-    branches: [ master ]
+    branches: [ master, tmp ]
 
 jobs: