Github actions workflow playground

This repository is a playground for testing Github actions workflows.

Workflows

  • deploy-feature.yaml
  • deploy-release.yaml
  • release.yaml

Guidelines

  • Only build when there are changes to the build or source.
  • Workflow changes should not trigger release builds.

Deploy feature

  • Manually triggger against any branch.
  • Auto-trigger when there are changes to any development branches.