From fd678ee155664275f75bc02ed2a1416fc8e2a584 Mon Sep 17 00:00:00 2001 From: Sindre Kjelsrud Date: Sun, 4 Feb 2024 13:22:33 +0100 Subject: [PATCH] :construction_worker: ignore README on workflow Signed-off-by: Sindre Kjelsrud --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c6384a5..3e11f34 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,6 +5,8 @@ on: # Using a different branch name? Replace `main` with your branch’s name push: branches: [ main ] + paths-ignore: + - 'README.md' # Ignore changes to README.md # Allows you to run this workflow manually from the Actions tab on GitHub. workflow_dispatch: