Skip to content

Commit

Permalink
Merge branch 'main' into fix-web/ref-detatch
Browse files Browse the repository at this point in the history
  • Loading branch information
yk-eukarya authored Oct 16, 2024
2 parents cdfa0ab + a789cf4 commit 1f1f6ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: tj-actions/changed-files@v45
with:
files: |
web
web/**
.github/workflows/ci.yml
.github/workflows/ci_web.yml
Expand All @@ -27,7 +27,7 @@ jobs:
uses: tj-actions/changed-files@v45
with:
files: |
server
server/**
.github/workflows/ci.yml
.github/workflows/ci_server.yml
.github/workflows/build_server.yml
Expand All @@ -37,7 +37,7 @@ jobs:
uses: tj-actions/changed-files@v45
with:
files: |
worker
worker/**
.github/workflows/ci.yml
.github/workflows/ci_worker.yml
.github/workflows/build_worker.yml
Expand Down

0 comments on commit 1f1f6ae

Please sign in to comment.