Skip to content

Commit 31785d8

Browse files
added dockerfile trigger to pr deploy
1 parent 3b2cd6f commit 31785d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy_pr_preview.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ on:
33
pull_request:
44
types: [opened, synchronize]
55
paths:
6-
- source/**
6+
- 'source/**'
7+
- 'Dockerfile'
78
jobs:
89
deploy-pr-preview:
910
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)