Skip to content

Commit 405df98

Browse files
Fix: Update workflow paths in portal backend CI configuration
1 parent b74e472 commit 405df98

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/portal-backend-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on:
44
pull_request:
55
paths:
66
- 'portal/backend/**'
7-
- '.github/workflows/bff-backend-ci.yml'
7+
- '.github/workflows/portal-backend-ci.yml'
88
push:
99
branches: [ main ]
1010
paths:
1111
- 'portal/backend/**'
12-
- '.github/workflows/bff-backend-ci.yml'
12+
- '.github/workflows/portal-backend-ci.yml'
1313

1414
jobs:
1515
portal-backend-ci:

0 commit comments

Comments
 (0)