netlify-local
netlify-local copied to clipboard
Github Actions
Would be cool to integrate Github Actions and drop Travis dependency - have just tried to implement ~with little success~ and could not filter by tag or figure out how to only yarn publish
based on tag.
Not really interested in testing this so PR appreciated.
Desired Result
Workflow for develop
, feature/*
and hotfix/*
branches
-
yarn install
-
yarn test
Workflow for tagged master
branch
-
branch = master, tag = *.*.*
-
yarn install
-
yarn test
-
yarn publish
https://github.com/nuxt/actions-yarn will be useful