From 26069492b2c630e4478c663250b62243b15563d0 Mon Sep 17 00:00:00 2001 From: Pat Hickey Date: Thu, 28 Jan 2021 13:09:00 -0800 Subject: [PATCH] correct wasi-sdk branch name references from `master` to `main` (#170) The build bage in README.md was way out of date - we no longer use azure for CI and the urls were to the old cranestation location. So I deleted it. --- .github/workflows/main.yml | 2 +- README.md | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5f96946..ca72e5c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,7 @@ on: tags: push: branches: - - master + - main pull_request: jobs: diff --git a/README.md b/README.md index 685e8e8..909c64c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # WASI SDK -[![Build Status](https://dev.azure.com/CraneStation/wasi-sdk/_apis/build/status/CraneStation.wasi-sdk?branchName=master)](https://dev.azure.com/CraneStation/wasi-sdk/_build/latest?definitionId=2&branchName=master) - ## Quick Start [Download SDK packages here.](https://github.com/WebAssembly/wasi-sdk/releases)