Skip to content

Commit dabdfd6

Browse files
committed
Repo owner's PR's will not build unless skip_branch_with_pr is true
If the owner of a repository creates a branch, pushes it, and then creates a PR, appveyor will not build it because of the branches filter (which is currently main & release). This used to work but i'm guessing appveyor made a breaking change and this stopped at some point.
1 parent 03daa92 commit dabdfd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

moduleroot/appveyor.yml.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
version: 1.1.x.{build}
3+
skip_branch_with_pr: true
34
branches:
45
<% if ((@configs['branches'] || []) - (@configs['remove_branches'] || [])).any? -%>
56
only:

0 commit comments

Comments
 (0)