Skip to content

Commit

Permalink
ci: do not run Appveyor for tags, sync branches with GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
iiroj authored and okonet committed Apr 4, 2020
1 parent 4a0d2dd commit 02f343a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
###
### .appveyor.yml
###

environment:
matrix:
- nodejs_version: '13'
Expand Down Expand Up @@ -32,4 +28,7 @@ branches:
only:
- master
- next
- /^greenkeeper/.*$/
- beta
- alpha

skip_tags: true

0 comments on commit 02f343a

Please sign in to comment.