deploying

This commit is contained in:
Yohan9206 2025-08-04 11:58:49 +03:00
parent df604873c7
commit bed04101c8

View file

@ -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