Skip to content

Commit ac07cdc

Browse files
author
waris
committed
fix: DAH-1286 - github cd for dev
1 parent c4fba1e commit ac07cdc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/executor_cd_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- 'dev_executor'
7-
- 'master'
7+
workflow_dispatch:
88

99
jobs:
1010
deploy:

.github/workflows/miner_cd_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- 'dev_miner'
7-
- 'master'
7+
workflow_dispatch:
88

99
jobs:
1010
deploy:

.github/workflows/validator_cd_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- 'dev_validator'
7-
- 'master'
7+
workflow_dispatch:
88

99
jobs:
1010
deploy:

0 commit comments

Comments
 (0)