Skip to content

Fix trigger release#41

Merged
OGR-67 merged 2 commits into
devfrom
fix-trigger-release
Mar 22, 2026
Merged

Fix trigger release#41
OGR-67 merged 2 commits into
devfrom
fix-trigger-release

Conversation

@OGR-67

@OGR-67 OGR-67 commented Mar 22, 2026

Copy link
Copy Markdown
Owner

Description

Closes

closes #

Copilot AI review requested due to automatic review settings March 22, 2026 10:39
@OGR-67 OGR-67 merged commit 52a5dbe into dev Mar 22, 2026
2 of 3 checks passed
@OGR-67 OGR-67 deleted the fix-trigger-release branch March 22, 2026 10:39

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates the GitHub Actions release workflow trigger so releases are built/published in response to GitHub Release events rather than tag pushes.

Changes:

  • Switch workflow trigger from push.tags to release (published) events.
  • Keep manual trigger via workflow_dispatch.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 3 to 6
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'
release:
types: [published]
workflow_dispatch:

Copilot AI Mar 22, 2026

Copy link

Choose a reason for hiding this comment

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

Changing the trigger from push to release means github.event_name will be release (or workflow_dispatch). The workflow still has a release job gated by if: github.event_name == 'push', which will now always skip that job and prevent publishing/uploading. Update/remove that if so it matches the new triggers.

Copilot uses AI. Check for mistakes.
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