Skip to content

Commit 09e1357

Browse files
committed
fix: include workflow file in trigger paths
1 parent 7961fd6 commit 09e1357

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy-backend.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ on:
55
branches: [ main ]
66
paths:
77
- 'task-tracker-api/**'
8+
- '.github/workflows/deploy-backend.yml'
9+
810
pull_request:
911
branches: [ main ]
1012
paths:
1113
- 'task-tracker-api/**'
14+
- '.github/workflows/deploy-backend.yml'
15+
1216
workflow_dispatch:
1317

1418
jobs:

0 commit comments

Comments
 (0)