Skip to content

Commit

Permalink
ci: do not run test in release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ReaJason committed Feb 2, 2025
1 parent 1db9cf2 commit db27161
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@ name: Test

on:
push:
branches: [ * ]
paths-ignore:
- 'docs/**'
- 'boot/**'
- 'web/**'
- '**.md'
pull_request:
branches:
- main
paths-ignore:
- 'docs/**'
- 'boot/**'
Expand Down

0 comments on commit db27161

Please sign in to comment.