mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
update github workflow branch patterns
This commit is contained in:
parent
df1067d309
commit
aac288426c
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
|
@ -4,7 +4,9 @@ on:
|
|||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
branches:
|
||||
- "main"
|
||||
- "v*"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in New Issue
Block a user