Skip to content

Commit

Permalink
chore: enable merge queue events
Browse files Browse the repository at this point in the history
  • Loading branch information
sgammon committed Aug 14, 2023
1 parent c1df6f7 commit efbaaeb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/on.pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
name: "PR"

"on":
## Run on PR filings
pull_request:
branches:
- main

## Run on PR queue check requests
merge_group: {}

jobs:
dependency-review:
name: "Dependency Review"
Expand Down

0 comments on commit efbaaeb

Please sign in to comment.