Skip to content

Commit

Permalink
ci: checks not triggered when code changes (#1265)
Browse files Browse the repository at this point in the history
imp
  • Loading branch information
yk-eukarya authored Oct 16, 2024
1 parent aec7b82 commit a789cf4
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 a789cf4

Please sign in to comment.