Skip to content

Commit a2ac471

Browse files
authored
Modify Docker workflow to include backend path filters
Updated workflow to trigger on changes in the 'backend' directory for both push and pull request events.
1 parent 2da668f commit a2ac471

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- 'backend/**'
9+
pull_request:
10+
branches:
11+
- main
12+
paths:
13+
- 'backend/**'
714
workflow_dispatch:
815

916
jobs:

0 commit comments

Comments
 (0)