We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91a5397 commit 755bcd1Copy full SHA for 755bcd1
appveyor.yml
@@ -32,7 +32,7 @@ test_script:
32
- npm test
33
34
on_success:
35
- - IF "%APPVEYOR_PULL_REQUEST_NUMBER%"="" npm run prebuild -- -u %GITHUB_TOKEN%
+ - IF "%APPVEYOR_PULL_REQUEST_NUMBER%" EQU "" npm run prebuild -- -u %GITHUB_TOKEN%
36
37
build: off
38
version: "{build}"
0 commit comments