Skip to content

Commit

Permalink
deploy: only build pages on Master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul B committed Jun 26, 2018
1 parent 1d7a0e4 commit ed3679b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ image: node:latest

pages:
stage: build
only: [ master@paulrbr/talks ]
before_script:
- npm install --global reveal-md
script:
Expand Down

0 comments on commit ed3679b

Please sign in to comment.