diff --git a/.github/workflows/push-master.yml b/.github/workflows/push-master.yml index c43b2a3e..cb2acc1e 100644 --- a/.github/workflows/push-master.yml +++ b/.github/workflows/push-master.yml @@ -10,7 +10,7 @@ jobs: matrix: step: ['build:release', 'docs:release'] name: ${{ matrix.step }} - if: "! contains(github.event.head_commit.message, '[CI Skip]')" + if: "! contains(github.event.head_commit.message, '[CI Skip]') && github.repository == 'polkadot-js/ui'" runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 diff --git a/package.json b/package.json index 444a1360..843748b1 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "devDependencies": { "@babel/core": "^7.9.0", "@babel/runtime": "^7.9.2", - "@polkadot/dev": "^0.51.9", + "@polkadot/dev": "^0.52.1", "@polkadot/ts": "^0.3.14", "@types/jest": "^25.1.4", "babel-plugin-transform-vue-template": "^0.4.2", diff --git a/packages/example-react/src/index.tsx b/packages/example-react/src/index.tsx index e7bc47e1..815a381d 100644 --- a/packages/example-react/src/index.tsx +++ b/packages/example-react/src/index.tsx @@ -58,13 +58,29 @@ function App ({ className }: Props): React.ReactElement | null {
-