Skip to content

Commit

Permalink
No need to re-run checks on main
Browse files Browse the repository at this point in the history
They've already been done in the PR.

Ironically, I'm going to push this directly to main.
  • Loading branch information
jonhoo committed Dec 27, 2024
1 parent fc8174a commit 9c7ca7b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ permissions:
# the new branch. Restricting the push trigger to the main branch ensures that the PR only gets
# built once.
on:
push:
branches: [main]
pull_request:
paths:
- 'server/**'
Expand Down

0 comments on commit 9c7ca7b

Please sign in to comment.