Skip to content

Commit bd68f96

Browse files
committed
ci: fix build condition
1 parent 4404908 commit bd68f96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-docker-tutorial.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
push:
55
branches: [ master ]
66
paths:
7-
- './tutorial/Dockerfile'
8-
- './tutorial/root/**'
7+
- 'tutorial/Dockerfile'
8+
- 'tutorial/root/**'
99
- '.github/workflows/build-docker-tutorial.yml'
1010

1111
jobs:

0 commit comments

Comments
 (0)