Skip to content

Commit

Permalink
Merge pull request #648 from nunit/chore/appveyor-skip-branch-builds
Browse files Browse the repository at this point in the history
chore: Skip branch builds on PRs
  • Loading branch information
mikkelbu committed Nov 26, 2023
2 parents 726b1ef + 1fb346f commit af86349
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Expand Up @@ -32,3 +32,6 @@ deploy:
skip_symbols: true
on:
branch: master

# For PRs, skip the branch run and only run against the virtual PR merge.
skip_branch_with_pr: true

0 comments on commit af86349

Please sign in to comment.