Skip to content

Commit

Permalink
Deploy package only on CI build of "deploy" [ci ckip]
Browse files Browse the repository at this point in the history
This is a squashed merge of PR #758 that closes #681.
  • Loading branch information
atifaziz authored Aug 12, 2020
1 parent b54c285 commit 321205a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
if: NOT branch = deploy
language: csharp
os:
- linux
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ deploy:
secure: fhGwXyO35FSshRzs5GWmF1LJTrd1sIqmS/jNCSfO2LfOciuYAKiXuFMYZFGiTAl+
symbol_server: https://www.myget.org/F/morelinq/symbols/api/v2/package
on:
branch: master
branch: deploy
notifications:
- provider: Email
to:
Expand Down

0 comments on commit 321205a

Please sign in to comment.