Bump dev, apply JSX rules (#301)

This commit is contained in:
Jaco Greeff
2020-04-01 13:18:28 +02:00
committed by GitHub
parent cd5a881f32
commit 371262d056
18 changed files with 344 additions and 278 deletions
+1 -1
View File
@@ -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