mirror of
https://github.com/tooot-app/app
synced 2025-03-02 18:48:04 +01: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:
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user