Skip to content

Commit

Permalink
refactor: Re-run on changes to the workflow itself as well
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Nov 28, 2024
1 parent 030f930 commit 4219f2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: Build Docker Images
on:
push:
branches: develop
paths: [ 'Dockerfile-dev' ]
paths:
- 'Dockerfile-dev'
- '.github/workflows/build-docker-images.yml'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 4219f2e

Please sign in to comment.