Merge pull request #370 from status-im/rename-to-master

This commit is contained in:
F 2022-01-04 17:07:14 +11:00 committed by GitHub
commit 37025c5a0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: