Skip to content

Commit

Permalink
Enable merge-groups for PRs into main
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasgoergens committed May 9, 2024
1 parent 227bbdd commit f711f89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
types:
- opened
- edited
merge_group:

permissions:
pull-requests: read
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
- "sdk/**"
- "examples/fibonacci/**"
- ".github/workflows/**"
merge_group:

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit f711f89

Please sign in to comment.