Merge pull request #6976 from vuestorefront/docs/update-sidebar #32
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: VSF Continuous Delivery | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
jobs: | |
release-packages: | |
name: "Release NPM Packages" | |
uses: vuestorefront/integrations-github-workflows/.github/workflows/continuous-delivery.yml@main | |
secrets: inherit | |
with: | |
enterprise: false |