From c52cc5b3664814e334020cf03cd01030812ada4e Mon Sep 17 00:00:00 2001 From: Tim Stirrat Date: Fri, 30 Aug 2024 09:14:02 +1000 Subject: [PATCH] don't deploy for README.md updates --- .github/workflows/firebase-hosting-merge.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index efc13aa..a0a7ea0 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -6,6 +6,8 @@ on: push: branches: - main + paths-ignore: + - "**/README.md" jobs: build_and_deploy: runs-on: ubuntu-latest