Update naming

This commit is contained in:
Zhiyuan Zheng 2021-01-26 14:05:40 +01:00
parent c1958944c3
commit 9ae1612a96
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