Skip to content

Commit

Permalink
chore: fix ci actions
Browse files Browse the repository at this point in the history
  • Loading branch information
L-Super committed Oct 13, 2024
1 parent 6a8b7a8 commit 9a21e62
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: build

on:
push, pull_request:
push:
branches:
- "main"
- "feature/**"
Expand All @@ -10,6 +10,15 @@ on:
- "README.md"
- "README-zh.md"
- "LICENSE"
pull_request:
branches:
- "main"
- "feature/**"
- "bugfix/**"
paths-ignore:
- "README.md"
- "README-zh.md"
- "LICENSE"

jobs:
linux-build:
Expand Down

0 comments on commit 9a21e62

Please sign in to comment.