index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
.github
/
workflows
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
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/workflows
parent
83a89127fdad6f551551b741c1a6967f13a02e8a
(
diff
)
ci: enable Go for release branches
Diffstat
(limited to '.github/workflows')
-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: