Rename `main` branch to `master`

This commit is contained in:
Franck 2022-01-04 10:13:38 +11:00
parent ad163db862
commit 5512cf309a
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ name: CI
on: on:
push: push:
branches: branches:
- 'main' - 'master'
- 'staging' - 'staging'
- 'trying' - 'trying'
pull_request: pull_request:

View File

@ -3,7 +3,7 @@ name: Webchat Deploy GH Pages
on: on:
push: push:
branches: branches:
- 'main' - 'master'
jobs: jobs:
deploy_gh_pages: deploy_gh_pages:

View File

@ -3,7 +3,7 @@ name: Examples CI
on: on:
push: push:
branches: branches:
- 'main' - 'master'
- 'staging' - 'staging'
- 'trying' - 'trying'
pull_request: pull_request: