We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b01e1 commit 6f4cf58Copy full SHA for 6f4cf58
.github/workflows/cd-extract.yml
@@ -7,6 +7,9 @@ on:
7
- main
8
paths:
9
- 'data_extract/**'
10
+ - '.github/workflows/deploy-pipeline.yml'
11
+
12
+ workflow_dispatch:
13
14
permissions:
15
contents: 'read'
.github/workflows/cd-pipeline.yml
@@ -7,6 +7,10 @@ on:
- 'data_pipeline/**'
+ # Manual run
16
0 commit comments