Add merge_group to workflows.

This commit is contained in:
Will Hunt 2023-05-18 10:45:52 +00:00
parent d772a4050c
commit 1741848f57
3 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ on:
branches: [ main ]
paths-ignore:
- changelog.d/**'
merge_group:
env:
DOCKER_NAMESPACE: halfshot

View File

@ -4,7 +4,6 @@ on:
push:
paths-ignore:
- changelog.d/**'
jobs:
deploy:
runs-on: ubuntu-20.04

View File

@ -11,6 +11,7 @@ on:
- changelog.d/**'
workflow_dispatch:
merge_group:
jobs:
lint-node: