From a200595bfd09fa84049d4e27072a634da12967dc Mon Sep 17 00:00:00 2001 From: capo-at-the-5th-fret Date: Sun, 24 Nov 2024 07:22:28 -0500 Subject: [PATCH] Added ignore paths to ci.yml --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9aeccb..cb36025 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,10 +10,18 @@ on: - 'bugfix/*' - 'release/*' - 'hotfix/*' + paths-ignore: + - 'docs/**' + - 'LICENSE.txt' + - 'README.md' pull_request: branches: - main - develop + paths-ignore: + - 'docs/**' + - 'LICENSE.txt' + - 'README.md' env: BUILD_TYPE: Release