Enable merge groups

This commit is contained in:
Matt Morley
2024-11-18 21:15:40 -08:00
parent 3a9d22c76b
commit 7d1e748b0e
5 changed files with 5 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ on:
- '**'
- '!docs/**'
- '.github/**'
merge_group:
jobs:
build-client:

View File

@@ -16,6 +16,7 @@ on:
- '**'
- '!docs/**'
- '.github/**'
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}

View File

@@ -16,6 +16,7 @@ on:
- '**'
- '!docs/**'
- '.github/**'
merge_group:
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:

View File

@@ -11,6 +11,7 @@ on:
paths:
- 'docs/**'
- '.github/**'
merge_group:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@@ -18,6 +18,7 @@ on:
- '**'
- '!docs/**'
- '.github/**'
merge_group:
jobs:
buildAndDeploy: