Skip to content

Commit eb5e47d

Browse files
committed
Fixed pipeline files
1 parent fe91ca7 commit eb5e47d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-accounts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- 'src/SourceSchemas/Accounts/**'
77
- 'src/Defaults/**'
8-
- '.github/workflows/**`
8+
- '.github/workflows/deploy-accounts.yml'
99
workflow_dispatch: {}
1010

1111
jobs:

.github/workflows/deploy-inventory.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
paths:
66
- 'src/SourceSchemas/Inventory/**'
77
- 'src/Defaults/**'
8-
- '.github/workflows/**`
8+
- '.github/workflows/deploy-inventory.yml'
99
workflow_dispatch: {}
1010

1111
jobs:

0 commit comments

Comments
 (0)