Skip to content

Commit

Permalink
Allow running checks on re-opened PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
madmann91 committed May 20, 2024
1 parent 7b7a701 commit 5fdd013
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [master]
pull_request:
types: [opened]
types: [opened, reopened]

jobs:
build-and-test:
Expand Down

0 comments on commit 5fdd013

Please sign in to comment.