Development in progress#6
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ 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 ] | ||
| branches: [ master ] | ||
| pull_request: | ||
| branches: [ main ] | ||
| branches: [ master ] |
There was a problem hiding this comment.
CI workflow no longer runs on main branch
The workflow triggers now filter on master, but this repository’s default branch is main, so pushes or pull requests to the default branch will no longer execute the CI tests at all. That leaves the main development line untested until the branch filters are reverted or the default branch is renamed.
Useful? React with 👍 / 👎.
No description provided.