Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/forte-music/web into chri…
Browse files Browse the repository at this point in the history
…s-chao/ignore-keyboard-modifier
  • Loading branch information
chris-chao committed Aug 25, 2018
2 parents a0f2a49 + 5574407 commit 3f8c7de
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ jobs:
name: Build
command: yarn build

- run:
name: Remove Mock Media Files
command: rm -rf build/music

- run:
name: Compress Build Artifacts
command: tar czvf forte-web.tar.gz -C build .
Expand Down Expand Up @@ -114,6 +110,14 @@ workflows:
requires:
- test

filters:
# Disable on PR builds. Pull Request builds have branch names of
# pull/<pull request number>. If this changes, our builds will fail
# (without leaking our secrets) since secrets aren't exposed to PR
# builds.
branches:
only: /^(?!pull\/).*$/

- deploy_surge:
requires:
- test
Expand Down

0 comments on commit 3f8c7de

Please sign in to comment.