Skip to content

actions: Update release workflow to trigger on push events#151

Merged
AdamJ merged 1 commit into
mainfrom
release-workflow-trigger-fix
May 28, 2026
Merged

actions: Update release workflow to trigger on push events#151
AdamJ merged 1 commit into
mainfrom
release-workflow-trigger-fix

Conversation

@AdamJ
Copy link
Copy Markdown
Owner

@AdamJ AdamJ commented May 28, 2026

Summary

Update the release workflow to trigger on push events, rather than only merge events. Skip the self-triggered runs caused by the workflow's own version-bump commit, while avoiding the release-loop issue. Anything tagged as fix now maps to a patch release.

Type of Change

  • New feature
  • Update to existing feature
  • Bug fix
  • Documentation update
  • Other (describe below)

Related Issue

Closes #

Changes Made

  • workflows/release.yml

Checklist

Complete all items that apply to your change. Check N/A for items that don't apply.

Documentation

Run sync-docs skill with Claude Code to automatically update relevant files.

  • Any notable changes added to the README.md
  • CHANGELOG.md updated accordingly
  • N/A — no README changes

General

  • Branch is up to date with main
  • No unrelated files included in this PR
  • Tested locally by invoking the npm run test, npm run lint, and npm run build

Notes for Reviewers

Signed-off-by: Adam Jolicoeur <adam.jolicoeur@gmail.com>
@github-actions github-actions Bot added actions For all items related to GitHub, deployment, and release automations and actions. automation For items related to release/documentation/workflow automations labels May 28, 2026
@AdamJ AdamJ merged commit 5f744f1 into main May 28, 2026
3 checks passed
@AdamJ AdamJ deleted the release-workflow-trigger-fix branch May 28, 2026 01:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

actions For all items related to GitHub, deployment, and release automations and actions. automation For items related to release/documentation/workflow automations

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant