Skip to content

Commit 3ac1af9

Browse files
authored
Update prodmain.yml
1 parent 3515e52 commit 3ac1af9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/prodmain.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ on:
1212
paths: src/Application/**
1313
pull_request:
1414
branches: [ main ]
15-
paths: src/Application/**
15+
paths:
16+
- src/Application/**
17+
- '!./src/Application/mysolutions/Dockerfile'
1618
# Allows you to run this workflow manually from the Actions tab
1719
workflow_dispatch:
1820

0 commit comments

Comments
 (0)