Skip to content

Commit

Permalink
Merge pull request #24 from TimOrme/fix_pr_again
Browse files Browse the repository at this point in the history
Fix PR build again
TimOrme authored Apr 6, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 8f798fd + 7610720 commit e565c48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -4,8 +4,8 @@ on:
branches:
- '**' # matches every branch
- '!main' # excludes main
pull_request:
types: [opened, reopened, synchronize]
pull_request:
types: [opened, reopened, synchronize]

jobs:
checkpr:

0 comments on commit e565c48

Please sign in to comment.