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": "on":
push: push:
branches: [master] branches: [main]
pull_request: pull_request:
branches: [master] branches: [main]
env: env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always

View File

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