From bc064e4307b96e9ccca24a58060855f11aea8b97 Mon Sep 17 00:00:00 2001 From: developomp Date: Mon, 14 Feb 2022 10:11:13 +0900 Subject: [PATCH] added path restriction to github workflow config --- .github/workflows/firebase-hosting-deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/firebase-hosting-deploy.yml b/.github/workflows/firebase-hosting-deploy.yml index bdee957..efb8d46 100644 --- a/.github/workflows/firebase-hosting-deploy.yml +++ b/.github/workflows/firebase-hosting-deploy.yml @@ -3,6 +3,8 @@ on: push: branches: - master + paths: + - source jobs: build: