Skip to content

Commit 91a5397

Browse files
committed
Only run on master.
1 parent e7dc303 commit 91a5397

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

appveyor.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ environment:
99
- nodejs_version: "6"
1010
- nodejs_version: "Stable"
1111

12+
platform:
13+
- x86
14+
- x64
15+
1216
# Install scripts. (runs after repo cloning)
1317
install:
1418
# Get the latest stable version of Node 0.STABLE.latest
@@ -28,7 +32,7 @@ test_script:
2832
- npm test
2933

3034
on_success:
31-
- npm run prebuild -- -u %GITHUB_TOKEN%
35+
- IF "%APPVEYOR_PULL_REQUEST_NUMBER%"="" npm run prebuild -- -u %GITHUB_TOKEN%
3236

3337
build: off
3438
version: "{build}"

0 commit comments

Comments
 (0)