Skip to content

Commit 38c127a

Browse files
author
Bart Koelman
committed
Disable duplicate builds
1 parent f343d08 commit 38c127a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: appveyor.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
version: '{build}'
22
os: Visual Studio 2019
33

4+
# Do not build feature branch with open Pull Requests
5+
skip_branch_with_pr: true
6+
47
environment:
58
PGUSER: postgres
69
PGPASSWORD: Password12!

0 commit comments

Comments
 (0)