소스 검색

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: