Skip to content

Split CI/CD workflows#33

Merged
koistya merged 1 commit intomainfrom
dev
Jan 24, 2026
Merged

Split CI/CD workflows#33
koistya merged 1 commit intomainfrom
dev

Conversation

@koistya
Copy link
Copy Markdown
Member

@koistya koistya commented Jan 24, 2026

Changes

  • Add ci.yml for test/build/validate (push/PR to main)
  • Add release.yml for publishing (GitHub Release trigger)
  • Remove main.yml (replaced by split workflows)

Why

Separation of concerns:

  • CI runs on every push/PR
  • CD runs only on intentional GitHub Release events
  • Cleaner provenance with OIDC (id-token: write) instead of secrets.NPM_TOKEN

- Add ci.yml for test/build/validate (push/PR to main)
- Add release.yml for publishing (GitHub Release trigger)
- Remove main.yml (replaced by ci.yml + release.yml)

Separation of concerns: CI runs on every push/PR,
CD runs only on intentional GitHub Release events.
@koistya koistya merged commit 9bbe4b3 into main Jan 24, 2026
4 checks passed
@koistya koistya deleted the dev branch January 24, 2026 21:34
@koistya koistya restored the dev branch January 24, 2026 21:34
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