diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-09-26 16:28:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-26 16:28:39 +0800 |
commit | b4abbf3ac83c4a19c99372f7fce4cbfe2ccd55d4 (patch) | |
tree | 9f0fde89ec442a80e6821b883a04a6587588fdc6 /.github | |
parent | 83a89127fdad6f551551b741c1a6967f13a02e8a (diff) |
ci: enable Go for release branches
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/go.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 42dac69a..e6ecd2f9 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,7 +1,9 @@ name: Go on: push: - branches: [main] + branches: + - main + - 'release/**' paths: - '**.go' pull_request: |