Skip to content

Commit 79b17cc

Browse files
authored
Merge pull request #7 from wakeward/fix/workflow-folders
fix: workflow folder triggers for kubectl container image build
2 parents c714048 + b9b61c7 commit 79b17cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/kubectl.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
push:
55
branches: [main]
66
paths:
7-
- ./kubectl/**
7+
- kubectl/**
88
pull_request:
99
branches: [main]
1010
paths:
11-
- ./kubectl/**
11+
- kubectl/**
1212
jobs:
1313
docker-build:
1414
name: Build and Push Docker Image

0 commit comments

Comments
 (0)