disable double builds on PR

This commit is contained in:
Andrew Wang 2021-12-15 22:33:11 -05:00
parent f588a4acf4
commit cc67e7c1b4
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ steps:
- go test ./...
trigger:
event:
exclude:
- pull_request
branch:
- master
- go