Skip to content

Commit

Permalink
refactor: Only automatically run the action if Dockerfile-dev has c…
Browse files Browse the repository at this point in the history
…hanged (or via manual trigger)
  • Loading branch information
khalwat committed Nov 28, 2024
1 parent 42e061c commit 12f8b4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build Docker Images
on:
push:
branches: develop
paths: [ 'Dockerfile-dev' ]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 12f8b4d

Please sign in to comment.