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 os: linux
dist: focal dist: focal
branches:
only:
- main
- dev
vm: vm:
size: 2x-large size: 2x-large
language: go language: go
go: go:
- 1.19.11 - 1.19.11
go_import_path: github.com/nats-io/nats-server
addons: addons:
apt: apt:
packages: packages:
- rpm - rpm
go_import_path: github.com/nats-io/nats-server
jobs: jobs:
include: include: