netlify-local icon indicating copy to clipboard operation
netlify-local copied to clipboard

Github Actions

Open 8eecf0d2 opened this issue 6 years ago • 1 comments

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

  1. yarn install
  2. yarn test

Workflow for tagged master branch

  1. branch = master, tag = *.*.*
  2. yarn install
  3. yarn test
  4. yarn publish

8eecf0d2 avatar Dec 20 '18 08:12 8eecf0d2

https://github.com/nuxt/actions-yarn will be useful

patrickblackjr avatar Dec 24 '18 04:12 patrickblackjr