Set target-branch to master

This commit is contained in:
Mikołaj Pich 2019-03-17 22:51:37 +01:00 committed by GitHub
parent b3aeaedf02
commit e1360711ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,15 +5,16 @@ node_js:
deploy:
provider: pages
skip-cleanup: true
target-branch: master
github-token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
keep-history: true
local-dir: dist
on:
branch: master
branch: develop
branches:
only:
master
develop
script:
- npm run lint