Rename default branch to main

This commit is contained in:
ViViDboarder 2025-01-22 09:48:02 -08:00
parent 6cef52b4ef
commit ebdf42bf1e
2 changed files with 4 additions and 4 deletions

View File

@ -3,9 +3,9 @@ name: Tests
"on":
push:
branches: [master]
branches: [main]
pull_request:
branches: [master]
branches: [main]
env:
CARGO_TERM_COLOR: always

View File

@ -4,12 +4,12 @@ name: Docker
"on":
push:
branches:
- master
- main
tags:
- 'v*'
pull_request:
branches:
- master
- main
jobs:
docker: