Skip to content

Commit e0f14bf

Browse files
committed
enable ci
Signed-off-by: Gal Ben Haim <[email protected]>
1 parent e8b5e68 commit e0f14bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/container.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ on:
66
- "**.go"
77
- "**.yaml"
88
# For testing when pushing to the main repo directly on pr
9-
# pull_request:
10-
# paths:
11-
# - "**.go"
12-
# - "**.yaml"
9+
pull_request:
10+
paths:
11+
- "**.go"
12+
- "**.yaml"
1313
env:
1414
PLATFORMS: linux/amd64,linux/arm64,linux/ppc64le
1515

0 commit comments

Comments
 (0)