Skip to content

Commit

Permalink
fix target branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Pistonight committed Oct 11, 2024
1 parent 1870368 commit 383a362
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Build
on:
push:
branches:
- main
- next
pull_request:
branches:
- main
- next

jobs:
build-server:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Check
on:
push:
branches:
- main
- next
pull_request:
branches:
- main
- next

jobs:
check-server:
Expand Down

0 comments on commit 383a362

Please sign in to comment.