mirror of
https://github.com/gogs/gogs.git
synced 2025-05-27 09:42:09 +00:00
ci: enable Go for release branches
This commit is contained in:
parent
83a89127fd
commit
b4abbf3ac8
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@ -1,7 +1,9 @@
|
||||
name: Go
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
branches:
|
||||
- main
|
||||
- 'release/**'
|
||||
paths:
|
||||
- '**.go'
|
||||
pull_request:
|
||||
|
Loading…
x
Reference in New Issue
Block a user