Skip to content

Commit 3a78498

Browse files
authored
Merge pull request #68 from sparksuite/dont-create-deploy-job-for-prs
Don't create deploy job for PRs
2 parents be7b9c3 + 799be88 commit 3a78498

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
on:
4848
tags: true
4949
- stage: deploy
50-
if: branch = master
50+
if: type = push AND branch = master
5151
name: Deploy to GitHub Pages
5252
node_js: lts/*
5353
script:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-accessible-dropdown-menu-hook",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A simple Hook for creating fully accessible dropdown menus in React",
55
"main": "dist/use-dropdown-menu.js",
66
"types": "dist/use-dropdown-menu.d.ts",

0 commit comments

Comments
 (0)