Skip to content

Commit

Permalink
Update appveyor.yml (#258)
Browse files Browse the repository at this point in the history
* Update appveyor.yml

* Update appveyor.yml (#259)
  • Loading branch information
guibranco authored Jul 15, 2023
1 parent 0141ece commit 13d2f79
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,16 @@ version: 4.0.{build}
skip_tags: true
skip_branch_with_pr: true
skip_commits:
message: /(docs\(contributor\)|(Create|Update).*\.(png|jpg|jpeg|bmp|gif|md))/
files:
- examples/*
- examples/*

branches:
only:
- main

environment:
nodejs_version: 18
GITHUB_TOKEN:
secure: AD1z81FqZlvGkCEyDzJ3g6sIJ93ecUE9EuqfUxc4CMiFGW139pWZk+/huuTY5jzG


install:
- appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
- ps: Install-Product node $env:nodejs_version
Expand Down

0 comments on commit 13d2f79

Please sign in to comment.