ci(github): replace references to master branch with main

This commit is contained in:
link2xt
2023-10-25 22:00:48 +00:00
parent af35e4adeb
commit 88d5576150
5 changed files with 6 additions and 8 deletions

View File

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