Skip to content

Commit

Permalink
Make spec release builds conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Aug 10, 2021
1 parent 1fa5e38 commit c6459b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ steps:
image: alpine

- label: ":rocket: Release the spec"
# Only execute this step on tags matching "vX.Y"
if: build.tag =~ /^v\d+\.\d+$/
command:
- *hugo_build_environment_setup
# Generate a stable version of the spec
Expand Down

0 comments on commit c6459b1

Please sign in to comment.