Skip to content

Commit

Permalink
ci: enable merge queue
Browse files Browse the repository at this point in the history
  • Loading branch information
ripatel-fd committed Jan 23, 2024
1 parent e5f1df3 commit c069740
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/on_pull_request.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: On Pull Request
on:
push:
branches: [main]
pull_request:
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit c069740

Please sign in to comment.