version = "0.0.1"

[[push]]
  name = "build"
  source = "pipeline-build-homepage.yaml"
  clone_uri = "git@code.fizz.buzz:talexander/homepage.git"
  branches = [ "^v[0-9]+\\.[0-9]+\\.[0-9]+$" ]

[[push]]
  name = "build-staging"
  source = "pipeline-build-homepage-staging.yaml"
  clone_uri = "git@code.fizz.buzz:talexander/homepage.git"
  skip_branches = [ "^v[0-9]+\\.[0-9]+\\.[0-9]+$" ]

[[push]]
  name = "semver"
  source = "pipeline-semver.yaml"
  clone_uri = "git@code.fizz.buzz:talexander/homepage.git"
  branches = [ "^main$", "^master$" ]