From 12a4a63c63d5f5eace8645ae5dd73b0578a4cf0f Mon Sep 17 00:00:00 2001 From: Jafner <40403594+Jafner@users.noreply.github.com> Date: Thu, 30 Sep 2021 11:28:42 -0700 Subject: [PATCH] Exclude README from builds --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72a8be2..59e0b62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,11 +10,13 @@ on: paths-ignore: # don't run this workflow if no changes have been made to the docker image - '.github/**' - 'docker-compose.yml' + - 'README.md' pull_request: branches: [ main ] paths-ignore: # don't run this workflow if no changes have been made to the docker image - '.github/**' - 'docker-compose.yml' + - 'README.md' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: