Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
chore: restore ci tests on default branch (#424)
Browse files Browse the repository at this point in the history
Rationale: 

- we finished landing and releasing all the breaking changes around go-ipfs 0.10 and 0.11, and switched to stable release versions of js-ipfs and go-ipfs 
- running on master  here will make it easy for us to determine if interop failures in js-ipfs/go-ipfs CI is upstream issue, or local.

Closes #409
  • Loading branch information
lidel committed Jan 26, 2022
1 parent b7fff84 commit 037f902
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
Expand Down

0 comments on commit 037f902

Please sign in to comment.