Skip to content

Commit

Permalink
💚 更新CI配置
Browse files Browse the repository at this point in the history
  • Loading branch information
kira committed Jun 16, 2020
1 parent c18020e commit 3386076
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ pull_requests:

# branches to build
branches:
# whitelist
# allow list
only:
- master
- main

# Start builds on tags only (GitHub, BitBucket, GitLab, Gitea)
skip_non_tags: false
Expand Down Expand Up @@ -96,7 +96,7 @@ deploy:
auth_token:
secure: fiFaOlgTuu0lwxc8TuIFY02OoAWDtQOJsC0c7QemRR8sZm8xGXqxe1LVMRD7kNFo
on:
branch: master # release from master branch only
branch: main # release from main branch only
APPVEYOR_REPO_TAG: true # deploy on tag push only

#---------------------------------#
Expand Down

0 comments on commit 3386076

Please sign in to comment.