diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 0fe4488fe..08ed1224c 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -3,11 +3,9 @@ on: push: branches: - master - - main pull_request: branches: - master - - main jobs: build: name: Build diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 17776136c..6696488a7 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -3,7 +3,6 @@ on: push: branches: - master - - main pull_request: paths: - '**' diff --git a/Makefile b/Makefile index cc13de2a5..f86b7f333 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ endif REPO = github.com/operator-framework/api BUILD_PATH = $(REPO)/cmd/operator-verify -PKGS = $(shell go list ./...) +PKGS = $(shell go list ./... | grep -v /vendor/) .PHONY: help help: ## Show this help screen