Update build-hardhat-project.yaml

This commit is contained in:
Lyuboslav Angelov 2023-11-15 16:12:01 +02:00 committed by GitHub
parent 973b43858b
commit 0f31944be5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,17 @@
name: Hardhat Deploy and Test name: Hardhat Deploy and Test
on: [workflow_dispatch] on:
pull_request:
branches:
- master
types:
- labeled
jobs: jobs:
deploy_and_test: deploy_hardhat_project:
if: ${{ github.event.label.name == 'CI:Deploy'}}
name: Build And Push GETH Image
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: