Skip to content

Commit 4219f2e

Browse files
committed
refactor: Re-run on changes to the workflow itself as well
1 parent 030f930 commit 4219f2e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-docker-images.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: Build Docker Images
33
on:
44
push:
55
branches: develop
6-
paths: [ 'Dockerfile-dev' ]
6+
paths:
7+
- 'Dockerfile-dev'
8+
- '.github/workflows/build-docker-images.yml'
79
workflow_dispatch:
810

911
jobs:

0 commit comments

Comments
 (0)