mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-12-26 00:05:18 +00:00
run CD on any push to the development branch
This commit is contained in:
parent
f0731ceb0e
commit
7fb8e3005d
4
.github/workflows/cd-internal-testnet.yml
vendored
4
.github/workflows/cd-internal-testnet.yml
vendored
@ -5,6 +5,10 @@ on:
|
|||||||
workflows: [Continuous Integration (Kava Master)]
|
workflows: [Continuous Integration (Kava Master)]
|
||||||
types:
|
types:
|
||||||
- completed
|
- completed
|
||||||
|
push:
|
||||||
|
# run CD on any push to the development branch
|
||||||
|
branches:
|
||||||
|
- ls-internal-testnet-cd-go-live
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
# in order:
|
# in order:
|
||||||
|
Loading…
Reference in New Issue
Block a user