Skip to content

Commit c8af7b7

Browse files
committed
added main.yml path to trigger
1 parent 0e9ff15 commit c8af7b7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ on:
55
push:
66
branches: milestone_4
77
paths:
8+
- ".github/workflows/main.yml"
89
- "app/**"
910
- "Dockerfile"
1011
- "docker-compose.yml"
1112
- "wsgi.py"
1213
- "requirements.txt"
1314
- "test/**"
1415
- "extensions.py"
16+
- "make.yml"
1517

1618
jobs:
1719
ci:

0 commit comments

Comments
 (0)