From 84299fdef3a5ee1b39a79ea3e0645ea53d8b4553 Mon Sep 17 00:00:00 2001 From: Sunjay Bhatia <5337253+sunjayBhatia@users.noreply.github.com> Date: Thu, 2 May 2024 20:24:02 -0400 Subject: [PATCH] Run required actions on all changes (#217) 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: