diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 2e8f99e..5633bc6 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -3,10 +3,10 @@ name: Node CI on: push: branches: - - master + - main pull_request: branches: - - master + - main jobs: build: @@ -17,17 +17,17 @@ jobs: node-version: [12.x, 14.x] steps: - - uses: actions/checkout@v1 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 - with: - node-version: ${{ matrix.node-version }} - - name: npm install, build, and lint - run: | - yarn - yarn build - yarn lint - yarn test + - uses: actions/checkout@v1 + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v1 + with: + node-version: ${{ matrix.node-version }} + - name: npm install, build, and lint + run: | + yarn + yarn build + yarn lint + yarn test release: runs-on: ubuntu-latest diff --git a/package.json b/package.json index c7aced9..db2423f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.1", "description": "A webpack plugin to inject react typescript docgen information.", "license": "MIT", - "repository": "hipstersmoothie/react-docgen-typescript-plugin", + "repository": "storybookjs/react-docgen-typescript-plugin", "author": "Andrew Lisowski ", "main": "dist/index.js", "publishConfig": {