Skip to content

Commit

Permalink
Merge pull request #23 from TimOrme/fix_pr_builds
Browse files Browse the repository at this point in the history
Run on pr opens
  • Loading branch information
TimOrme authored Apr 5, 2023
2 parents c6a2d9e + 967443e commit 8f798fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
branches:
- '**' # matches every branch
- '!main' # excludes main
pull_request:
types: [opened, reopened, synchronize]

jobs:
checkpr:
Expand Down

0 comments on commit 8f798fd

Please sign in to comment.