master, not main

This commit is contained in:
FreskyZ 2024-09-30 22:27:18 +08:00
parent 009bb7d39a
commit 1b3d866181
3 changed files with 6 additions and 6 deletions

View File

@ -3,10 +3,10 @@ name: Build
on: on:
push: push:
branches: branches:
- "main" - "master"
pull_request: pull_request:
branches: branches:
- "main" - "master"
jobs: jobs:
windows: windows:

View File

@ -3,10 +3,10 @@ name: Feature matrix
on: on:
push: push:
branches: branches:
- "main" - "master"
pull_request: pull_request:
branches: branches:
- "main" - "master"
jobs: jobs:
windows_msvc_x64: windows_msvc_x64:

View File

@ -3,10 +3,10 @@ name: Unit
on: on:
push: push:
branches: branches:
- "main" - "master"
pull_request: pull_request:
branches: branches:
- "main" - "master"
jobs: jobs:
teal_lua_consistency: teal_lua_consistency: