Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
edisontim committed Aug 15, 2024
1 parent a0e7c80 commit 8a72cb0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/knip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ name: knip

on:
push:
branches:
- main
paths:
- "client/**"
branches: [main]

pull_request:
paths:
- "client/**"


jobs:
knip:
runs-on: ubuntu-latest
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: lint

on:
push:
branches: [main]
branches:
- main
paths:
- "client/**"
- "client/**"

pull_request:
paths:
- "client/**"


jobs:
prettier:
runs-on: ubuntu-latest
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/test-contracts.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: test-contracts

on:
pull_request:
push:
branches:
- main
paths:
- "contracts/**"
push:

pull_request:
paths:
- "contracts/**"

Expand Down

0 comments on commit 8a72cb0

Please sign in to comment.