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:
push:
branches:
- 'main'
- 'master'
- 'staging'
- 'trying'
pull_request:

View File

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

View File

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