From d49d0939bd30b1339581217887f173c748935f2a 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 | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 99d27584..ea05cf8b 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -1,15 +1,7 @@ name: Load Balancer Operator for Kubernetes Checks on: pull_request: - paths: - - "**/*.go" - - "config/**/*" - - go.mod - - go.sum - - "hack/*.sh" - - Makefile - - ".github/workflows/*.yml" - - "codecov.yml" + types: [opened, synchronize] jobs: lint: