Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@meritt
Copy link
Owner

@meritt meritt commented Nov 19, 2025

No description provided.

@meritt meritt self-assigned this Nov 19, 2025
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment on lines 3 to 7
on:
push:
branches: [ master, next ]
pull_request:
branches: [ master, next ]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Ensure CI workflow targets the active main branch

The new GitHub Actions workflow only triggers on pushes and pull requests to master or next, but this repository’s primary branch is named main. As a result, CI will never execute for the default branch and changes can merge without any automated checks. Include main (or update the list entirely) in the branches filter so the workflow runs for the actual development branch.

Useful? React with 👍 / 👎.

@meritt meritt merged commit e1ceb50 into main Nov 19, 2025
2 checks passed
@meritt meritt deleted the next branch November 28, 2025 12:05
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.

2 participants