Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
edisontim committed Sep 27, 2024
1 parent 18e4097 commit 01a4fa3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/discord-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
pull_request:
paths-ignore:
- "contracts/**"
- "config/**"
- "client/**"
- "**/manifest.json"
- ".github/**"
- "pnpm-lock.yaml"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/knip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
paths-ignore:
- "contracts/**"
- "**/manifest.json"
- "discord-bot/**"
- "config/**"
- ".github/**"
- "pnpm-lock.yaml"

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
paths-ignore:
- "contracts/**"
- "**/manifest.json"
- "discord-bot/**"
- "config/**"
- ".github/**"
- "pnpm-lock.yaml"

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
paths-ignore:
- "contracts/**"
- "**/manifest.json"
- "discord-bot/**"
- "config/**"
- ".github/**"
- "pnpm-lock.yaml"

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- "client/**"
- "sdk/**"
- "**/manifest.json"
- "discord-bot/**"
- "config/**"
- ".github/**"
- "pnpm-lock.yaml"

Expand Down

0 comments on commit 01a4fa3

Please sign in to comment.