Automatically trigger github action to build, test and publish (only from master branch)
Manual publish an artifacts from a branch (option to specify artifacts version and whether to publish the artifacts or not)
Note: For now I've added push event to trigger on any branch (this can be updated to run the build for specific branches, same applies for pull_requests)
Adding github workflows to
Note: For now I've added push event to trigger on any branch (this can be updated to run the build for specific branches, same applies for pull_requests)