Skip to content

Commit 3c23789

Browse files
committed
Update paths to check in workflow file
Signed-off-by: Evans Mungai <[email protected]>
1 parent 5b4b5aa commit 3c23789

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/wg-easy-image.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on:
44
push:
55
branches: [ main ]
66
paths:
7-
- 'applications/wg-easy/container/**'
8-
- '.github/workflows/wg-easy-container.yml'
7+
- 'applications/wg-easy/**'
8+
- '.github/workflows/wg-easy-image.yml'
99
pull_request:
1010
paths:
11-
- 'applications/wg-easy/container/**'
12-
- '.github/workflows/wg-easy-container.yml'
11+
- 'applications/wg-easy/**'
12+
- '.github/workflows/wg-easy-image.yml'
1313
workflow_dispatch:
1414

1515
env:

0 commit comments

Comments
 (0)