mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-16 23:41:20 +00:00
Merge pull request #370 from status-im/rename-to-master
This commit is contained in:
commit
37025c5a0a
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -3,7 +3,7 @@ name: CI
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'master'
|
||||||
- 'staging'
|
- 'staging'
|
||||||
- 'trying'
|
- 'trying'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
2
.github/workflows/deploy-gh-pages.yml
vendored
2
.github/workflows/deploy-gh-pages.yml
vendored
@ -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:
|
||||||
|
2
.github/workflows/examples-ci.yml
vendored
2
.github/workflows/examples-ci.yml
vendored
@ -3,7 +3,7 @@ name: Examples CI
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'master'
|
||||||
- 'staging'
|
- 'staging'
|
||||||
- 'trying'
|
- 'trying'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user