From 67193cc6ab89428c7f59283af2d9a3ce94a84496 Mon Sep 17 00:00:00 2001 From: illusion0001 <37698908+illusion0001@users.noreply.github.com> Date: Wed, 24 Aug 2022 04:09:47 -0500 Subject: [PATCH] Consistent quotation marks --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fa249994..a8455c57 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,14 +3,14 @@ name: Build Cemu on: pull_request_target: paths-ignore: - - '*.md' + - "*.md" types: - opened - synchronize - reopened push: paths-ignore: - - '*.md' + - "*.md" branches: - main workflow_call: