Skip to content

Commit 818eeb7

Browse files
authored
Update push-image.yaml
1 parent 16e3cfc commit 818eeb7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/push-image.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ name: Publish Image
33
on:
44
push:
55
paths:
6-
- 'src/**'
6+
- 'src/*'
7+
paths-ignore:
8+
- 'docs/*'
9+
- 'docker/*'
10+
- './github/*'
711
branches:
812
- main
913
workflow_dispatch:

0 commit comments

Comments
 (0)