We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 030f930 commit 4219f2eCopy full SHA for 4219f2e
.github/workflows/build-docker-images.yml
@@ -3,7 +3,9 @@ name: Build Docker Images
3
on:
4
push:
5
branches: develop
6
- paths: [ 'Dockerfile-dev' ]
+ paths:
7
+ - 'Dockerfile-dev'
8
+ - '.github/workflows/build-docker-images.yml'
9
workflow_dispatch:
10
11
jobs:
0 commit comments