ci: enable Go for release branches

This commit is contained in:
ᴜɴᴋɴᴡᴏɴ 2020-09-26 16:28:39 +08:00 committed by GitHub
parent 83a89127fd
commit b4abbf3ac8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,9 @@
name: Go
on:
push:
branches: [main]
branches:
- main
- 'release/**'
paths:
- '**.go'
pull_request: