Skip to content

Commit

Permalink
ci: enable GitHub's Merge Queue
Browse files Browse the repository at this point in the history
  • Loading branch information
pdecat committed Oct 9, 2023
1 parent ac120d4 commit 6ae38a5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name: Tests
env:
POETRY_VERSION: 1.6.1

on: [push, pull_request]
on:
merge_group:
push:
pull_request:

jobs:
lint:
Expand Down

0 comments on commit 6ae38a5

Please sign in to comment.