Skip to content

Commit

Permalink
prevent issue branch builds outside of PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-monch committed Aug 26, 2022
1 parent 07b075a commit 2fe5cdb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ shallow_clone: false
# Do not build a branch, if a PR with the branch exists
skip_branch_with_pr: true

# Outside of PRs, build only these branches:
branches:
only:
- master
- maint_0.4


environment:
# Do not use `image` as a matrix dimension, to have fine-grained control over
Expand Down

0 comments on commit 2fe5cdb

Please sign in to comment.