From 1a3f9f89bc8786be4833251b4c423f1d7c89d478 Mon Sep 17 00:00:00 2001 From: Nate Wang Date: Mon, 18 Mar 2024 09:30:03 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 24bfab3..bbcd835 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,6 @@ name: build # Controls when the workflow will run on: - # Triggers the workflow on push or pull request events but only for the "main" branch push: branches: - main @@ -13,14 +12,10 @@ on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: -# A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: - # This workflow contains a single job called "build" build: - # The type of runner that the job will run on runs-on: ubuntu-latest - # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v4 @@ -36,7 +31,6 @@ jobs: - name: Install dependencies run: pnpm i - # Build API docs and examples - name: Unit tests run: | cd packages/nice-form-react @@ -45,7 +39,6 @@ jobs: - name: Coveralls uses: coverallsapp/github-action@v2 - # Build API docs and examples - name: build run: | cd packages/nice-form-react