Skip to content

Commit

Permalink
main
Browse files Browse the repository at this point in the history
  • Loading branch information
li-peifeng committed Feb 6, 2025
1 parent d6b9fbd commit 32cffed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build
on:
push:
branches:
- main
- "*"

jobs:
build:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Format

on:
push:
branches: [main]
branches:
- "*"

jobs:
format:
Expand Down

0 comments on commit 32cffed

Please sign in to comment.