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