fix: test codex review#507
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 834edf738f
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| on: | ||
| push: | ||
| branches: | ||
| - "main" | ||
| - "develop" | ||
| tags: | ||
| - "v[0-9]+.[0-9]+.[0-9]+" | ||
| pull_request: |
There was a problem hiding this comment.
Restore the push triggers for releases
With this workflow now subscribed only to pull_request, merges to main/develop and v* tag pushes no longer start the only self-release workflow. The publish job below invokes semantic-release, and update-semver is gated on refs/tags/v, while README.md lines 160-175 describe releases being produced after merging to main; after this change those events are never delivered, so releases and semver tag updates stop.
Useful? React with 👍 / 👎.
Description
(PR description goes here)
Checklist
README.mdhas been updated or is not requiredTesting done
(for each selected checkbox, the corresponding test results link should be listed here)