mirror of
https://github.com/tooot-app/app
synced 2025-01-03 13:10:23 +01:00
Update naming
This commit is contained in:
parent
c1958944c3
commit
9ae1612a96
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…
Reference in New Issue
Block a user