add merge_group trigger

Signed-off-by: Bernd Verst <github@bernd.dev>
This commit is contained in:
Bernd Verst 2023-02-08 14:45:07 -08:00
parent f382a3a7aa
commit 116123bc70
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@
name: "Build, Lint, Unit Test - Linux AMD64 Only"
on:
merge_group:
push:
branches:
- master

View File

@ -17,6 +17,7 @@ on:
repository_dispatch:
types: [conformance-test]
workflow_dispatch:
merge_group:
schedule:
- cron: '0 */8 * * *'
push: