Skip to content

Commit f4eb159

Browse files
committed
chore: trigger on any path
1 parent 4c45cf1 commit f4eb159

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dockerhub-release-matrix.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ on:
66
- develop
77
- release/*
88
- sam/docker-oriole17
9-
# paths:
9+
paths:
1010
# - ".github/workflows/dockerhub-release-matrix.yml"
1111
# - "anisble/vars.yml"
12+
- '**'
1213
workflow_dispatch:
1314

1415
jobs:

0 commit comments

Comments
 (0)