Skip to content

Conversation

@Kaniska244
Copy link
Contributor

Description of changes:

  • Changing the trigger of dev container images build workflow trigger such that it will be triggered when a new release is published in images repository when the target branch is the main branch.

Changelog:

  • Change in /.github/workflows/push.yml to change the trigger.

Checklist:

  • All checks are passed.

@Kaniska244 Kaniska244 marked this pull request as ready for review November 26, 2025 11:05
@Kaniska244 Kaniska244 requested a review from a team as a code owner November 26, 2025 11:05
Copilot AI review requested due to automatic review settings November 26, 2025 11:05
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR modifies the build workflow to trigger on release publication instead of tag pushes. The workflow will now only execute when a release is published targeting the main branch, replacing the previous tag-based trigger mechanism.

Key Changes:

  • Changed workflow trigger from push with tag filter to release with published event
  • Updated the conditional check from base_ref to release.target_commitish for verifying the main branch

@AlvaroRausell AlvaroRausell merged commit 83f1cfe into devcontainers:main Nov 26, 2025
1 check passed
Kaniska244 added a commit that referenced this pull request Nov 27, 2025
AlvaroRausell pushed a commit that referenced this pull request Nov 27, 2025
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.

2 participants