mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Limit branch builds to main and dev
Signed-off-by: Byron Ruth <byron@nats.io>
This commit is contained in:
@@ -1,18 +1,23 @@
|
||||
os: linux
|
||||
dist: focal
|
||||
|
||||
branches:
|
||||
only:
|
||||
- main
|
||||
- dev
|
||||
|
||||
vm:
|
||||
size: 2x-large
|
||||
|
||||
language: go
|
||||
go:
|
||||
- 1.19.11
|
||||
go_import_path: github.com/nats-io/nats-server
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- rpm
|
||||
go_import_path: github.com/nats-io/nats-server
|
||||
|
||||
jobs:
|
||||
include:
|
||||
|
||||
Reference in New Issue
Block a user