mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
commit
83328a3072
1 changed files with 2 additions and 2 deletions
|
|
@ -88,11 +88,11 @@ stages:
|
|||
- name: Lint
|
||||
- name: Build and test
|
||||
- name: Github release
|
||||
if: type != pull_request AND branch = master AND tag = true AND repo = tomochain/tomochain
|
||||
if: type != pull_request AND branch = master AND tag IS present AND repo = tomochain/tomochain
|
||||
- name: Build and push untagged commit into image tomochain
|
||||
if: type != pull_request AND branch = master AND tag IS blank AND repo = tomochain/tomochain
|
||||
- name: Build and push tagged commit into image tomochain
|
||||
if: type != pull_request AND branch = master AND tag = true AND repo = tomochain/tomochain
|
||||
if: type != pull_request AND branch = master AND tag IS present AND repo = tomochain/tomochain
|
||||
|
||||
notifications:
|
||||
slack:
|
||||
|
|
|
|||
Loading…
Reference in a new issue