Skip to content

Commit

Permalink
Only run checks on opened PRs.
Browse files Browse the repository at this point in the history
  • Loading branch information
joerghartmann committed Nov 29, 2022
1 parent aab56c5 commit a5ca3b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
branches:
- main
pull_request:
types: [ synchronize, opened, reopened, ready_for_review ]

jobs:
build:
Expand Down

0 comments on commit a5ca3b5

Please sign in to comment.