Skip to content

Commit e08d46a

Browse files
authored
Fix CI trigger (#50)
1 parent d3ef327 commit e08d46a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: CI
33
on:
44
pull_request:
55
paths:
6-
- 'oracle/*'
6+
- 'oracle/**/*'
77
- 'pyporject.toml'
88
- 'Dockerfile'
99
push:
1010
paths:
11-
- 'oracle/*'
11+
- 'oracle/**/*'
1212
- 'pyporject.toml'
1313
- 'Dockerfile'
1414

0 commit comments

Comments
 (0)