Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 committed Sep 11, 2024
1 parent 3c58ca8 commit 86ee98b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
- uses: tj-actions/changed-files@v45
id: web-changed
with:
files: style/web/**
files: |
style/web/**
modify-mobile:
runs-on: ubuntu-latest
Expand All @@ -60,7 +61,8 @@ jobs:
- uses: tj-actions/changed-files@v45
id: mobile-changed
with:
files: style/mobile/**
files: |
style/mobile/**
build-web:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 86ee98b

Please sign in to comment.