浏览代码

github: enable Go actions on push

ᴜɴᴋɴᴡᴏɴ 4 年之前
父节点
当前提交
423f9e6de7
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      .github/workflows/go.yml

+ 0 - 2
.github/workflows/go.yml

@@ -1,8 +1,6 @@
 name: Go
 on:
   push:
-    branches: [master]
-  pull_request:
     paths:
       - '**.go'
 env: