Skip to content

Commit

Permalink
Updating comments in npm publishing workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
kriswest committed Apr 26, 2024
1 parent 9b59bee commit 6651a2b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/package.yml
@@ -1,9 +1,12 @@
name: npm-build

# Only trigger on:
# - main branch
# - PR or Pull Request event types
# - Exclide Docusaurus files: this file, docs/** and website/**
# This workflow publishes releases to NPM, after checking that the version they would create does not already exist.
# Hence, it will only publish if the version number in package.json is not already listed at:
# https://www.npmjs.com/package/@finos/fdc3?activeTab=versions
# The workflow will:
# - Only trigger on a push or PR merge to a release/* branch in the repository
# - Ignore Docusaurus workflow, docs/** and website/** as they don't affect the NPM module build
# WARNING: the workflow does NOT confirm that the version number in package JSON matches the branch name, which should be manually confirmed
on:
push:
branches:
Expand Down

0 comments on commit 6651a2b

Please sign in to comment.