Change special character for Expo publish

This commit is contained in:
Zhiyuan Zheng 2021-01-26 14:02:25 +01:00
parent 7271279430
commit c1958944c3
No known key found for this signature in database
GPG Key ID: 078A93AB607D85E0
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ name: Publish production
on:
push:
branches:
- 'production/*'
- 'production-*'
jobs:
publish:
runs-on: ubuntu-latest

View File

@ -2,7 +2,7 @@ name: Publish staging
on:
push:
branches:
- 'staging/*'
- 'staging-*'
jobs:
publish:
runs-on: ubuntu-latest

View File

@ -2,7 +2,7 @@ name: Publish testing
on:
push:
branches:
- 'testing/*'
- 'testing-*'
jobs:
publish:
runs-on: ubuntu-latest