zeroclaw/.github/workflows
argenis de la rosa 9efe87b0b2 fix(ci): auto-trigger stable release and post-publish on version bump
When a version bump PR merges to master, the beta workflow now
automatically creates a stable GitHub Release and triggers all
post-publish steps (tweet, Scoop, AUR, Homebrew, website redeploy).

The stable manual workflow now serves as a fallback — it no longer
fails hard when a tag already exists, instead it warns and replaces
the existing release.
2026-03-22 00:49:58 -04:00
..
checks-on-pr.yml ci: add x86_64-pc-windows-msvc to build matrix (#3449) 2026-03-13 21:45:08 -04:00
ci-run.yml fix(channels): address critical bugs in voice wake word detection (#4191) 2026-03-21 20:43:19 -04:00
cross-platform-build-manual.yml feat(ci): add armv7-unknown-linux-gnueabihf release target (#4029) 2026-03-20 01:36:15 -04:00
master-branch-flow.md fix(ci): auto-trigger stable release and post-publish on version bump 2026-03-22 00:49:58 -04:00
pub-aur.yml fix(ci): harden AUR SSH key setup and add diagnostics (#3952) 2026-03-19 13:28:58 -04:00
pub-homebrew-core.yml fix(ci): auto-trigger stable release and post-publish on version bump 2026-03-22 00:49:58 -04:00
pub-scoop.yml ci: auto-sync Scoop and AUR on stable release (#3743) 2026-03-16 21:34:29 -04:00
publish-crates-auto.yml fix(ci): skip release and publish workflows on forks (#4190) 2026-03-21 20:42:55 -04:00
publish-crates.yml fix(publish): publish aardvark-sys dep before main crate (#4172) 2026-03-21 16:20:50 -04:00
README.md chore: update .gitignore, CODEOWNERS, and dependabot configuration 2026-03-07 21:05:23 -05:00
release-beta-on-push.yml fix(ci): auto-trigger stable release and post-publish on version bump 2026-03-22 00:49:58 -04:00
release-stable-manual.yml fix(ci): auto-trigger stable release and post-publish on version bump 2026-03-22 00:49:58 -04:00
tweet-release.yml fix: only tweet for stable releases, not beta builds (#3808) 2026-03-17 14:06:46 -04:00

Workflow Directory Layout

GitHub Actions only loads workflow entry files from:

  • .github/workflows/*.yml
  • .github/workflows/*.yaml

Subdirectories are not valid locations for workflow entry files.

Repository convention:

  1. Keep runnable workflow entry files at .github/workflows/ root.
  2. Keep cross-tooling/local CI scripts under dev/ or scripts/ci/ when used outside Actions.

Workflow behavior documentation in this directory:

  • .github/workflows/master-branch-flow.md