diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-08-27 14:57:12 +0800 |
---|---|---|
committer | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-08-27 14:57:12 +0800 |
commit | 423f9e6de76f42ed67c542df90273b1395517516 (patch) | |
tree | 9ff27b4bfac5d83d199af5e41f88169f35a44e78 /.github | |
parent | bbef32b1ef3bd714c1feb8120a880e8151156a06 (diff) |
github: enable Go actions on push
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/go.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 35650160..8f703740 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,8 +1,6 @@ name: Go on: push: - branches: [master] - pull_request: paths: - '**.go' env: |