mirror of https://github.com/gogs/gogs.git
ci: enable Go for release branches
parent
83a89127fd
commit
b4abbf3ac8
|
@ -1,7 +1,9 @@
|
|||
name: Go
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
branches:
|
||||
- main
|
||||
- 'release/**'
|
||||
paths:
|
||||
- '**.go'
|
||||
pull_request:
|
||||
|
|
Loading…
Reference in New Issue