zeroclaw/.github/workflows
simianastronaut fa2faf408d chore: update .gitignore, CODEOWNERS, and dependabot configuration
- Add .zeroclaw/* to .gitignore to exclude ZeroClaw files from version control.
- Update CODEOWNERS to include @SimianAstronaut7 as a maintainer alongside @jordanthejet.
- Change dependabot target branch from dev to master for all update configurations.
- Revise master-branch-flow documentation to clarify active workflows and triggers.
2026-03-07 21:05:23 -05:00
..
ci-full.yml Update .github/workflows/ci-full.yml 2026-03-05 22:35:07 -05:00
ci.yml fix(ci): remove sccache, keep mold + nextest + no-incremental 2026-03-05 21:53:24 -05:00
master-branch-flow.md chore: update .gitignore, CODEOWNERS, and dependabot configuration 2026-03-07 21:05:23 -05:00
promote-release.yml fix: remove deprecated macos-13 x86_64-apple-darwin target from release pipelines 2026-03-07 10:40:46 -05:00
README.md chore: update .gitignore, CODEOWNERS, and dependabot configuration 2026-03-07 21:05:23 -05:00
release.yml fix: remove deprecated macos-13 x86_64-apple-darwin target from release pipelines 2026-03-07 10:40:46 -05: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