Skip to content

Commit d49d093

Browse files
committed
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 <[email protected]>
1 parent fa86382 commit d49d093

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/actions.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
11
name: Load Balancer Operator for Kubernetes Checks
22
on:
33
pull_request:
4-
paths:
5-
- "**/*.go"
6-
- "config/**/*"
7-
- go.mod
8-
- go.sum
9-
- "hack/*.sh"
10-
- Makefile
11-
- ".github/workflows/*.yml"
12-
- "codecov.yml"
4+
types: [opened, synchronize]
135

146
jobs:
157
lint:

0 commit comments

Comments
 (0)