Skip to content

Commit

Permalink
Stop running CI twice on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
pfmoore committed Jun 29, 2023
1 parent 5565d28 commit 66deb94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: pre-commit

on:
push:
branches: [main]
pull_request:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Tests

on:
push:
branches: [main]
pull_request:

jobs:
Expand Down

0 comments on commit 66deb94

Please sign in to comment.