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