We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a5081 commit 3fbaa2fCopy full SHA for 3fbaa2f
.github/workflows/golangci_lint.yml
@@ -1,6 +1,6 @@
1
name: Golangci-lint
2
3
-on: [pull_request]
+on: [pull_request, merge_group]
4
5
jobs:
6
golangci-lint:
.github/workflows/keystore.yml
@@ -2,7 +2,7 @@ name: Keystore Checks
permissions:
contents: read
-on: push
+on: [push, merge_group]
7
8
changes:
.github/workflows/pkg.yml
name: PKG Build and Test
-on: [push]
build-test:
0 commit comments