Skip to content

Commit 026dfbf

Browse files
authored
chore: fix incorrect path in deploy workflow file
1 parent fc3fef6 commit 026dfbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-scripts-worker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
branches:
1010
- dev
1111
paths:
12-
- '.github/workflows/deploy-scripts.yml'
12+
- '.github/workflows/deploy-scripts-worker.yml'
1313
- 'worker/**'
1414

1515
jobs:

0 commit comments

Comments
 (0)