The new dev organisation is around PR's to staging branch in development phase.
Just add branch staging
dependabot only runs open PR's on default branch which is main
npm-publish-dev can be run from any branch by using a prerelease version tag
- all others steps already guarded on
main only
npm-publish-latest
gh-pages
github-release
working steps
- update ci workflow on main
- merge main in staging
The new dev organisation is around PR's to staging branch in development phase.
Just add branch
stagingdependabotonly runs open PR's on default branch which ismainnpm-publish-devcan be run from any branch by using a prerelease version tagmainonlynpm-publish-latestgh-pagesgithub-releaseworking steps