mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
deploying
This commit is contained in:
parent
df604873c7
commit
bed04101c8
1 changed files with 1 additions and 2 deletions
3
.github/workflows/deploy-devnet.yml
vendored
3
.github/workflows/deploy-devnet.yml
vendored
|
|
@ -1,6 +1,7 @@
|
||||||
name: Deploy Hardhat Project to Devnet and Save Image
|
name: Deploy Hardhat Project to Devnet and Save Image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [closed]
|
types: [closed]
|
||||||
branches:
|
branches:
|
||||||
|
|
@ -131,5 +132,3 @@ jobs:
|
||||||
|
|
||||||
- name: Stop and remove test container
|
- name: Stop and remove test container
|
||||||
run: docker rm -f test-node
|
run: docker rm -f test-node
|
||||||
|
|
||||||
#adding comment to ensure the workflow is complete
|
|
||||||
Loading…
Reference in a new issue