Limit branch builds to main and dev

Signed-off-by: Byron Ruth <byron@nats.io>
This commit is contained in:
Byron Ruth
2023-07-15 07:01:24 -04:00
parent 71db34baf7
commit 94c1988ed8

View File

@@ -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: