From 4b44fd8c857308eb79ce341cd001da9560d686c9 Mon Sep 17 00:00:00 2001 From: Sunjay Bhatia Date: Tue, 26 Mar 2024 13:28:21 -0400 Subject: [PATCH] Run required actions on all changes Previously required actions would not run and PRs were not mergeable since they only ran on a subset of files in the repo. Signed-off-by: Sunjay Bhatia --- .github/workflows/actions.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 4541b6f4..17992494 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -1,16 +1,7 @@ name: Load Balancer Operator for Kubernetes Checks on: pull_request: - paths: - - "**/*.go" - - "config/**/*" - - go.mod - - go.sum - - "hack/*" - - Makefile - - ".github/workflows/*.yml" - - "codecov.yml" - - Dockerfile + types: [opened, synchronize] jobs: lint: