Skip to content

Update Chart Publishing Workflow for Astro Branch Pattern #1522

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 27, 2025

Conversation

Shubham-astro
Copy link

@Shubham-astro Shubham-astro commented May 27, 2025

Summary

Updates the GitHub Actions workflow branch pattern to support the new Astro helm chart release branches.

Problem

The current workflow only triggers on branches matching helm-chart/v[0-9]+-[0-9]+-[0-9], but our team is now using branches with the -astro suffix (e.g., helm-chart/v1-15-0-astro). This causes the chart publishing workflow to be skipped for these branches.

Changes

  • Modified the on.push.branches pattern in the Chart Publishing workflow
  • This change specifically targets Astro helm chart release branches

@Shubham-astro Shubham-astro requested a review from ashb as a code owner May 27, 2025 15:27
@Shubham-astro Shubham-astro merged commit f3d538c into helm-chart/v1-15-0-astro May 27, 2025
1 check passed
@Shubham-astro Shubham-astro deleted the changeregex branch May 27, 2025 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant