Skip to content

Commit

Permalink
More GitHub Actions filter cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Mar 4, 2023
1 parent 86f53e1 commit 021ca3d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
paths:
- 'server/**'
pull_request:
paths:
- 'server/**'
name: check
jobs:
fmt:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/lint-client.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: Lint Client

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

env:
NODE_VERSION: 18
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
paths:
- 'server/**'
pull_request:
paths:
- 'server/**'
schedule:
- cron: '7 7 * * *'
name: rolling
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
paths:
- 'server/**'
pull_request:
paths:
- 'server/**'
name: test
jobs:
required:
Expand Down

0 comments on commit 021ca3d

Please sign in to comment.