Replace Android launcher icons with vector drawables#37
Replace Android launcher icons with vector drawables#37wmioch wants to merge 5 commits intoDrillDownFlamefrom
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".
| name: CI | ||
|
|
||
| on: | ||
| push: | ||
| branches: [ "main" ] |
There was a problem hiding this comment.
Restore main project CI coverage
Deleting .github/workflows/ci.yml removes the only workflow that built, tested, and validated the Gradle-based game (desktop distribution, Android signing, and texture atlas checks), while the new flutter-ci job only runs when flutter_game/** changes. As a result, any PR touching the primary project now bypasses CI entirely and can merge without any builds or asset verification. Please keep or replace this workflow so non-Flutter changes are still validated.
Useful? React with 👍 / 👎.
Summary
Testing
Codex Task