Skip to content

Commit 852f8e2

Browse files
committed
chore: update git action
1 parent b98b988 commit 852f8e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check_lesson_17_java_pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
branches: [ "main" ]
66
paths:
7-
- "lesson_17/oop/**"
7+
- "lesson_17/bank/**"
88

99
jobs:
1010
build:
@@ -24,5 +24,5 @@ jobs:
2424
distribution: 'temurin'
2525

2626
- name: Build Lesson 17 with Java
27-
working-directory: ./lesson_17/oop
27+
working-directory: ./lesson_17/bank
2828
run: ./gradlew check

0 commit comments

Comments
 (0)