From 98da3496b97be59bdfac2ef49f877e21da48b39a Mon Sep 17 00:00:00 2001 From: Matt <85322+mattmassicotte@users.noreply.github.com> Date: Tue, 5 Sep 2023 10:40:39 -0400 Subject: [PATCH] ci ignores --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4a483d..1c7fde2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,9 +4,13 @@ on: push: branches: - main + paths-ignore: + - 'README.md' + - 'CODE_OF_CONDUCT.md' pull_request: branches: - - '**' + - main + env: DEVELOPER_DIR: /Applications/Xcode_15.0.app/Contents/Developer