From f096d498b9742ae2baf2cf5e17b26c072eb5eb34 Mon Sep 17 00:00:00 2001 From: Gabriel Logan Date: Fri, 1 Nov 2024 16:45:25 -0300 Subject: [PATCH] refactor: chore: remove unnecessary push trigger for npm-publish workflow --- .github/workflows/npm-publish.yml | 6 ------ package.json | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 5775854..6272d91 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -4,12 +4,6 @@ name: Node.js Package on: - # Runs on pushes targeting the default branch - push: - branches: ['main'] - paths: - - 'package.json' - # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/package.json b/package.json index abcd06f..474bf69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "azure-translator-code", - "version": "1.1.16", + "version": "1.1.17", "description": "Azure Cognitive Services Translator Text API Code for Use with Common Languages", "author": { "name": "Gabriel Logan"