Browse Source

github: enable Go actions on push

ᴜɴᴋɴᴡᴏɴ 3 years ago
parent
commit
423f9e6de7
1 changed files with 0 additions and 2 deletions
  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: