mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10: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)]
|
||||
types:
|
||||
- completed
|
||||
push:
|
||||
# run CD on any push to the development branch
|
||||
branches:
|
||||
- ls-internal-testnet-cd-go-live
|
||||
|
||||
jobs:
|
||||
# in order:
|
||||
|
Loading…
Reference in New Issue
Block a user