Skip to content

Commit

Permalink
Update docker-build-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
artiomn authored Nov 5, 2024
1 parent de14dde commit fa8df7e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/docker-build-image.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
name: Build and push Docker image

on:
# For the manual run.
workflow_dispatch:
push:
branches: [ "master" ]
paths:
- 'src/docker_images/**'
- '.github/workflows/docker-images-build.yml'
- 'docker/build_image/**'
- '.github/workflows/docker-build-image.yml'
pull_request:
branches: [ "master" ]
paths:
- 'src/docker_images/**'
- '.github/workflows/docker-images-build.yml'
- 'docker/build_image/**'
- '.github/workflows/docker-build-image.yml'

jobs:
build:
Expand Down

0 comments on commit fa8df7e

Please sign in to comment.