Skip to content

Commit

Permalink
fix(ci): skip_branch_with_pr
Browse files Browse the repository at this point in the history
Do not build feature branch with open Pull Requests,
should remove redundant appveyor job on PRs.

License: MIT
Signed-off-by: Marcin Rataj <[email protected]>
  • Loading branch information
lidel committed Sep 14, 2020
1 parent 704789e commit 816d036
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ platform:
- x64

cache:
# - node_modules
#- '%USERPROFILE%\.electron'
- node_modules
- '%USERPROFILE%\.electron'

skip_branch_with_pr: true # Do not build feature branch with open Pull Requests

init:
- git config --global core.autocrlf input
Expand Down

0 comments on commit 816d036

Please sign in to comment.