Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Build & Package

on:
# The full pipeline (macOS/Windows builds, signing, notarization, release) is
# expensive, so it runs only on version tags — plus a manual button to
# validate a branch on demand before tagging, without burning minutes on
# every push/PR.
push:
branches: [main, "feature/**"]
tags: ["v*"]
pull_request:
branches: [main]
workflow_dispatch:

env:
CARGO_TERM_COLOR: always
Expand Down