chore(CI): Update Job to Enable Merge Queue (#126)

This commit is contained in:
Aleksandr Bezobchuk
2023-05-09 22:16:28 -04:00
committed by GitHub
parent 7b426a3aea
commit ca818ec228
3 changed files with 4 additions and 1 deletions
+2
View File
@@ -5,10 +5,12 @@ on:
- main
- release/**
pull_request:
merge_group:
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read
jobs:
golangci:
name: golangci-lint
+1
View File
@@ -1,6 +1,7 @@
name: Tests / Code Coverage
on:
pull_request:
merge_group:
push:
branches:
- main