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: on:
push: push:
branches: branches:
- 'production-*' - '*-production'
jobs: jobs:
publish: publish:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@ -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

View File

@ -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