mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update build-hardhat-project.yaml
This commit is contained in:
parent
973b43858b
commit
0f31944be5
1 changed files with 10 additions and 2 deletions
12
.github/workflows/build-hardhat-project.yaml
vendored
12
.github/workflows/build-hardhat-project.yaml
vendored
|
|
@ -1,9 +1,17 @@
|
|||
name: Hardhat Deploy and Test
|
||||
|
||||
on: [workflow_dispatch]
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
types:
|
||||
- labeled
|
||||
|
||||
|
||||
jobs:
|
||||
deploy_and_test:
|
||||
deploy_hardhat_project:
|
||||
if: ${{ github.event.label.name == 'CI:Deploy'}}
|
||||
name: Build And Push GETH Image
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue