diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index c182dec..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 2ffbe53..a4c65f7 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -53,11 +53,11 @@ jobs: - run: npm test release: needs: [build, test] + if: github.ref == 'refs/heads/main' && success() runs-on: ubuntu-latest strategy: matrix: node-version: ['lts/*'] - if: github.ref == 'refs/heads/main' && ${{ success() }} steps: - name: Checkout uses: actions/checkout@v3