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:
push:
branches:
- "main"
- "master"
pull_request:
branches:
- "main"
- "master"
jobs:
windows:

View File

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

View File

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