From cdba95d92f8b063f23b6614df6da5d7e812b3822 Mon Sep 17 00:00:00 2001 From: illusion0001 <37698908+illusion0001@users.noreply.github.com> Date: Wed, 24 Aug 2022 02:30:16 -0700 Subject: [PATCH] Ignore markdown files for CI build (#7) * Ignore markdown files for CI build * Consistent quotation marks --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f8399971..a8455c57 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,11 +2,15 @@ name: Build Cemu on: pull_request_target: + paths-ignore: + - "*.md" types: - opened - synchronize - reopened push: + paths-ignore: + - "*.md" branches: - main workflow_call: