Skip to content

Commit

Permalink
ci(github): replace references to master branch with main
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Oct 25, 2023
1 parent af35e4a commit 88d5576
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jsonrpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: JSON-RPC API Test

on:
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]

env:
CARGO_TERM_COLOR: always
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: Generate & upload node.js documentation
on:
push:
branches:
- master
- main

jobs:
generate:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
pull_request:
push:
branches:
- master
- main

jobs:
tests:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/upload-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Build & Deploy Documentation on rs.delta.chat
on:
push:
branches:
- master
- docs-gh-action
- main

jobs:
build:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/upload-ffi-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ name: Build & Deploy Documentation on cffi.delta.chat
on:
push:
branches:
- master
- docs-gh-action
- main

jobs:
build:
Expand Down

0 comments on commit 88d5576

Please sign in to comment.