diff --git a/.github/workflows/npm-update.yml b/.github/workflows/npm-update.yml index 5d83448..8cbda5a 100644 --- a/.github/workflows/npm-update.yml +++ b/.github/workflows/npm-update.yml @@ -4,9 +4,6 @@ on: schedule: - cron: '0 2 1 * *' # Runs monthly on the 1st day of the month at 2 AM UTC workflow_dispatch: # Allows manual triggering - push: - branches: - - main # Runs on pushes to the main branch permissions: contents: write