chore(CI): Update Job to Enable Merge Queue (#126)
This commit is contained in:
@@ -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,6 +1,7 @@
|
||||
name: Tests / Code Coverage
|
||||
on:
|
||||
pull_request:
|
||||
merge_group:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
Reference in New Issue
Block a user