Skip to content

Commit a92f88f

Browse files
authored
Merge pull request #188 from sunjayBhatia/run-actions-all-prs
Run required actions on all changes
2 parents a374725 + 4b44fd8 commit a92f88f

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/actions.yml

+1-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +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/*"
10-
- Makefile
11-
- ".github/workflows/*.yml"
12-
- "codecov.yml"
13-
- Dockerfile
4+
types: [opened, synchronize]
145

156
jobs:
167
lint:

0 commit comments

Comments
 (0)