Skip to content

Commit

Permalink
update: check diff before ci
Browse files Browse the repository at this point in the history
  • Loading branch information
claustra01 committed Mar 28, 2024
1 parent 060f232 commit ee6d726
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/bot-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: ci
on: push
name: bot-ci
on:
push:
path: "bot/**"
jobs:

lint:
runs-on: ubuntu-latest
steps:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/web-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: ci
on: push
name: web-ci
on:
push:
path: "web/**"
jobs:

lint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ee6d726

Please sign in to comment.