Skip to content

Commit

Permalink
ci: only run 3.0 release on main
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorwhitney committed Mar 27, 2024
1 parent af160ac commit c548a3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-workflows.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ local imagePrefix = 'grafana';
),
'three-zero-release.yml': std.manifestYamlDoc(
lokiRelease.releasePRWorkflow(
branches=['main', 'add-major-release-workflow'],
branches=['main'],
buildImage=buildImage,
checkTemplate=checkTemplate,
golangCiLintVersion=golangCiLintVersion,
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/three-zero-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,6 @@ name: "Prepare Loki 3.0 release"
push:
branches:
- "main"
- "add-major-release-workflow"
permissions:
contents: "write"
id-token: "write"
Expand Down

0 comments on commit c548a3b

Please sign in to comment.