mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-29 03:27:44 +00:00
6 lines
196 B
YAML
6 lines
196 B
YAML
steps:
|
|
- if: build.branch == "main"
|
|
command: buildkite-agent pipeline upload buildkite-cd.yaml
|
|
|
|
- if: build.branch != "main"
|
|
command: buildkite-agent pipeline upload buildkite-ci.yaml
|