Skip to content

Commit 9a95204

Browse files
committed
ci: trigger ci/lint jobs on merge group
1 parent 44a071e commit 9a95204

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
branches:
99
- main
10+
merge_group:
1011

1112
concurrency:
1213
group: ${{ github.workflow }}-${{ github.ref }}
@@ -97,7 +98,7 @@ jobs:
9798
runs-on: ubuntu-latest
9899
permissions:
99100
id-token: write
100-
if: github.repository_owner == 'nuxt'
101+
if: github.repository_owner == 'nuxt' && github.event_name != 'merge_group'
101102
steps:
102103
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
103104
with:

0 commit comments

Comments
 (0)