From 2eea0e09c4955dfb9121c13a903a8bb278329adc Mon Sep 17 00:00:00 2001 From: James Brumond Date: Sun, 20 Aug 2023 20:17:25 -0700 Subject: [PATCH] cleanup --- .gitea/workflows/pubilsh.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/pubilsh.yaml b/.gitea/workflows/pubilsh.yaml index 15c4c2e..21209fb 100644 --- a/.gitea/workflows/pubilsh.yaml +++ b/.gitea/workflows/pubilsh.yaml @@ -3,12 +3,12 @@ name: Build and publish on: workflow_dispatch: { } - push: - branches: - - master + # push: + # branches: + # - master jobs: - build-and-publish: + publish: runs-on: ubuntu-latest env: NPM_PUBLISH_TOKEN: ${{ secrets.NPM_TOKEN }}