There was an error while loading. Please reload this page.
1 parent 44a071e commit 9a95204Copy full SHA for 9a95204
1 file changed
.github/workflows/ci.yml
@@ -7,6 +7,7 @@ on:
7
pull_request:
8
branches:
9
- main
10
+ merge_group:
11
12
concurrency:
13
group: ${{ github.workflow }}-${{ github.ref }}
@@ -97,7 +98,7 @@ jobs:
97
98
runs-on: ubuntu-latest
99
permissions:
100
id-token: write
- if: github.repository_owner == 'nuxt'
101
+ if: github.repository_owner == 'nuxt' && github.event_name != 'merge_group'
102
steps:
103
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
104
with:
0 commit comments