Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
Add merge_group to the PR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter committed Sep 11, 2024
1 parent f6c7582 commit dca48c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Workflow - Pull Request

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

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit dca48c1

Please sign in to comment.