mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 06:36:43 +00:00
CI:Build
This commit is contained in:
parent
ae2135e35f
commit
c5e8103fc3
1 changed files with 3 additions and 2 deletions
5
.github/workflows/ci-build.yml
vendored
5
.github/workflows/ci-build.yml
vendored
|
|
@ -2,8 +2,9 @@ name: Build and Push to Google Artifact Registry
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
|
|
|
|||
Loading…
Reference in a new issue