diff --git a/.github/workflows/ci-publish.yaml b/.github/workflows/ci-publish.yaml index 3015fc14..67e7fd35 100644 --- a/.github/workflows/ci-publish.yaml +++ b/.github/workflows/ci-publish.yaml @@ -16,7 +16,7 @@ jobs: timestamp: runs-on: ubuntu-latest # Trigger the workflow only if the PR is from dev branch - if: github.event.pull_request.head.repo.full_name == 'dev2' + # if: github.event.pull_request.head.repo.full_name == 'dev2' steps: - name: Generate timestamp run: | @@ -104,4 +104,4 @@ jobs: run: | npm publish env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}