mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Change special character for Expo publish
This commit is contained in:
2
.github/workflows/production.yml
vendored
2
.github/workflows/production.yml
vendored
@ -2,7 +2,7 @@ name: Publish production
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'production/*'
|
||||
- 'production-*'
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
|
2
.github/workflows/staging.yml
vendored
2
.github/workflows/staging.yml
vendored
@ -2,7 +2,7 @@ name: Publish staging
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'staging/*'
|
||||
- 'staging-*'
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
|
2
.github/workflows/testing.yml
vendored
2
.github/workflows/testing.yml
vendored
@ -2,7 +2,7 @@ name: Publish testing
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'testing/*'
|
||||
- 'testing-*'
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
|
Reference in New Issue
Block a user