mirror of
https://github.com/sot-tech/mochi.git
synced 2026-04-26 23:50:00 -07:00
Fix default branch in actions configurations
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- "!dependabot/*"
|
||||
- "main"
|
||||
- "master"
|
||||
pull_request:
|
||||
branches: [ "*" ]
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user