Skip to content

Commit

Permalink
Whitelist only master on AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsebgosselin committed Dec 12, 2018
1 parent c09b1e5 commit bc5aadc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
init:
- ps: iex ((new-object net.webclient).DownloadString('https://github.com/raw/appveyor/ci/master/scripts/enable-rdp.ps1'))

branches:
only:
- master

environment:
COVERALLS_REPO_TOKEN:
secure: EWOwdKViJaHUARUcX4FHynz8eAlQxwWYLgWFg7C+MH1vgVlkBkMPYOSH4ysxs3kT
Expand Down

0 comments on commit bc5aadc

Please sign in to comment.