You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Would be cool to integrate Github Actions and drop Travis dependency - have just tried to implement
with little successand could not filter by tag or figure out how to onlyyarn publish
based on tag.Not really interested in testing this so PR appreciated.
Desired Result
Workflow for
develop
,feature/*
andhotfix/*
branchesyarn install
yarn test
Workflow for tagged
master
branchbranch = master, tag = *.*.*
yarn install
yarn test
yarn publish
The text was updated successfully, but these errors were encountered: