1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

branch trigger changes

This commit is contained in:
Matthias Kretschmann 2022-06-08 15:31:01 +02:00
parent b19beb5306
commit 0f64ee72d0
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -4,7 +4,7 @@ on:
push: push:
branches: branches:
- main - main
- v4main - v3
tags: tags:
- '**' - '**'
pull_request: pull_request:
@ -126,7 +126,6 @@ jobs:
[ -f "$HOME/.ocean/ocean-contracts/artifacts/ready" -a -f "$HOME/.ocean/ocean-c2d/ready" ] && break [ -f "$HOME/.ocean/ocean-contracts/artifacts/ready" -a -f "$HOME/.ocean/ocean-c2d/ready" ] && break
done done
- name: integration - name: integration
run: npm run test:integration:cover run: npm run test:integration:cover
env: env:
@ -208,6 +207,3 @@ jobs:
- name: Create Guide & Commit if there are changes - name: Create Guide & Commit if there are changes
run: npm run commit:guide run: npm run commit:guide