Skip to content

Commit

Permalink
refactor: chore: remove unnecessary push trigger for npm-publish work…
Browse files Browse the repository at this point in the history
…flow
  • Loading branch information
gabriel-logan committed Nov 1, 2024
1 parent 2482822 commit f096d49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit f096d49

Please sign in to comment.