From 6a1cbb018cff3a232b0362a17122f44d631dbbcb Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Thu, 24 Mar 2022 11:48:20 -0500 Subject: [PATCH] Add quotes to mobile test trigger (#52) * Update podcast-mobile.yml so that `maui/perf` has single quotes --- .github/workflows/podcast-mobile.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/podcast-mobile.yml b/.github/workflows/podcast-mobile.yml index f541125..e2d5542 100644 --- a/.github/workflows/podcast-mobile.yml +++ b/.github/workflows/podcast-mobile.yml @@ -4,11 +4,11 @@ on: push: branches: - main - - maui/perf + - 'maui/perf' pull_request: branches: - main - - maui/perf + - 'maui/perf' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: