Add quotes to mobile test trigger (#52)
* Update podcast-mobile.yml so that `maui/perf` has single quotespull/54/head
parent
b8b76978d8
commit
6a1cbb018c
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue