Skip to content

Commit 0109f5d

Browse files
authored
fix paths specification for oss catalog deploy action (#18940)
1 parent baf6466 commit 0109f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-oss-catalog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- master
77
paths:
8-
- airbyte-config/init/src/main/resources/seed
8+
- airbyte-config/init/src/main/resources/seed/**
99

1010
workflow_dispatch:
1111

0 commit comments

Comments
 (0)