Skip to content

Commit

Permalink
Run all CI steps when landing on main
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhoo committed Mar 5, 2023
1 parent cf3ac36 commit 0131a6a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
on:
push:
branches: [main]
paths:
- 'server/**'
pull_request:
paths:
- 'server/**'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/lint-client.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
on:
push:
branches: [main]
paths:
- 'client/**'
pull_request:
paths:
- 'client/**'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
on:
push:
branches: [main]
paths:
- 'server/**'
pull_request:
paths:
- 'server/**'
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
on:
push:
branches: [main]
paths:
- 'server/**'
pull_request:
paths:
- 'server/**'
Expand Down

0 comments on commit 0131a6a

Please sign in to comment.