Skip to content

Commit

Permalink
feat(ci): enable merge queue
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Jul 25, 2024
1 parent 62dab91 commit 570224d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ concurrency:
cancel-in-progress: true

on:
merge_group:
branches:
- 'main'
pull_request:
branches:
- '*'
- 'main'
push:
branches:
- 'main'
Expand Down

0 comments on commit 570224d

Please sign in to comment.