Skip to content

Fix publish workflow: restore build tasks on push to dev, remove duplicate quarantine#52

Merged
sydneyrenee merged 5 commits into
devfrom
fix/restore-publish-and-build
May 27, 2026
Merged

Fix publish workflow: restore build tasks on push to dev, remove duplicate quarantine#52
sydneyrenee merged 5 commits into
devfrom
fix/restore-publish-and-build

Conversation

@sydneyrenee
Copy link
Copy Markdown
Member

Changes

publish.yml

  • Rename workflow from publish to Publish for proper UI display
  • Fix run-name to show meaningful text for push, release, and workflow_dispatch
  • Add push trigger for dev branch (was workflow_dispatch + release only)
  • Remove inputs.bump || inputs.version gate from version, build-cli, build-tauri jobs so builds run on every push to dev
  • Add github.event_name == 'release' to build-tauri (it was missing the release trigger entirely)
  • Add github.sha to concurrency key to prevent sequential push events from cancelling each other

Quarantine cleanup

  • Remove duplicate .github/workflows/quarantine/ files re-introduced by merge from origin/dev after the rename to github/quarantine/

Testing

All typechecks pass (12/12). Build jobs will run on push to dev once merged.

- Rename workflow from 'publish' to 'Publish' for proper UI display
- Fix run-name to show meaningful text for all trigger types
- Add push trigger for dev branch (was workflow_dispatch + release only)
- Remove inputs.bump/version gate from version, build-cli, build-tauri jobs
  so builds actually run on push to dev (was: only on workflow_dispatch with bump)
- Add release trigger to build-tauri (was missing entirely)
- Add github.sha to concurrency key to prevent push events cancelling each other
- Remove duplicate .github/workflows/quarantine/ files that were
  re-introduced by merge from origin/dev after the rename to github/quarantine/
@gemini-code-assist
Copy link
Copy Markdown
Contributor

Note

Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported.

@sydneyrenee sydneyrenee merged commit 0e78214 into dev May 27, 2026
7 checks passed
@sydneyrenee sydneyrenee deleted the fix/restore-publish-and-build branch May 27, 2026 22:58
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.

1 participant