Add quotes to mobile test trigger (#52)

* Update podcast-mobile.yml so that `maui/perf` has single quotes
pull/54/head
Jonathan Peppers 2022-03-24 11:48:20 -05:00
parent b8b76978d8
commit 6a1cbb018c
1 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@ on:
push: push:
branches: branches:
- main - main
- maui/perf - 'maui/perf'
pull_request: pull_request:
branches: branches:
- main - main
- maui/perf - 'maui/perf'
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab
workflow_dispatch: workflow_dispatch: