From d7759d115eea163d843494e04a94359d85f7a7e0 Mon Sep 17 00:00:00 2001 From: Hidenori MATSUKI Date: Mon, 8 Oct 2018 01:25:30 +0900 Subject: Fix favicon URL. --- .circleci/config.yml | 5 ++++- layouts/partials/header.html | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8cd9faf..314eb05 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,4 +21,7 @@ workflows: version: 2 build_and_deploy: jobs: - - deploy_to_firebase + - deploy_to_firebase: + filters: + branches: + only: master diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 89f9d81..1d8dcaf 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -3,7 +3,7 @@ - + -- cgit v1.2.3