From b072c230c3afe84db4438da4038888fb5e56db88 Mon Sep 17 00:00:00 2001 From: Adam R <13562139+catenocrypt@users.noreply.github.com> Date: Tue, 23 Feb 2021 11:38:38 +0100 Subject: [PATCH] Condition for fix build; test token change (#5672) Co-authored-by: Catenocrypt --- .github/workflows/fix.yml | 4 +++- blockchains/binance/assets/BAW-DFB/info.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fix.yml b/.github/workflows/fix.yml index 3d9d51529..1d004253b 100644 --- a/.github/workflows/fix.yml +++ b/.github/workflows/fix.yml @@ -5,7 +5,9 @@ name: Fixes and History # - on fork repos: fix-sanity only on: push: - branches: [ '*' ] + branches: + - 'master' + - '*' workflow_dispatch: jobs: fix-all: diff --git a/blockchains/binance/assets/BAW-DFB/info.json b/blockchains/binance/assets/BAW-DFB/info.json index 112574e20..a0488228b 100644 --- a/blockchains/binance/assets/BAW-DFB/info.json +++ b/blockchains/binance/assets/BAW-DFB/info.json @@ -3,9 +3,9 @@ "symbol": "BAW", "type": "BEP2", "decimals": 8, - "status": "abandoned", "description": "BAW provides an answer to the question of scalabiity facing several blockchains.", "website": "https://baw.network/", "explorer": "https://explorer.binance.org/asset/BAW-DFB", + "status": "abandoned", "id": "BAW-DFB" } \ No newline at end of file