Skip to content

Commit 6f4cf58

Browse files
authored
feat: add workflow dispatch for both data extract and pipeline
1 parent 06b01e1 commit 6f4cf58

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/cd-extract.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
- main
88
paths:
99
- 'data_extract/**'
10+
- '.github/workflows/deploy-pipeline.yml'
11+
12+
workflow_dispatch:
1013

1114
permissions:
1215
contents: 'read'

.github/workflows/cd-pipeline.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
- main
88
paths:
99
- 'data_pipeline/**'
10+
- '.github/workflows/deploy-pipeline.yml'
11+
12+
# Manual run
13+
workflow_dispatch:
1014

1115
permissions:
1216
contents: 'read'

0 commit comments

Comments
 (0)