Skip to content

Change workflow branch from 'develop' to 'dev'#87

Closed
SteakFisher wants to merge 1 commit into
mainfrom
SteakFisher-patch-1
Closed

Change workflow branch from 'develop' to 'dev'#87
SteakFisher wants to merge 1 commit into
mainfrom
SteakFisher-patch-1

Conversation

@SteakFisher

Copy link
Copy Markdown
Member

No description provided.

Signed-off-by: Jayadeep Bejoy <88953813+SteakFisher@users.noreply.github.com>
@greptile-apps

greptile-apps Bot commented Jun 13, 2026

Copy link
Copy Markdown

Greptile Summary

This PR updates the test.yml GitHub Actions workflow to trigger on PRs targeting the dev branch instead of the old develop branch. The dev branch already exists in the repository (remotes/origin/dev), while develop does not, so this corrects a stale branch reference.

  • The single-line change swaps developdev in the pull_request.branches filter, ensuring the test workflow fires correctly when PRs are opened against dev.

Confidence Score: 5/5

Safe to merge — the change corrects a stale branch name so the test workflow fires on PRs against the branch that actually exists.

A one-line rename of develop to dev in the workflow branch filter. The dev branch is confirmed to exist in the remote, and no other workflows or configurations reference the old develop name.

No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/test.yml Renames the PR target branch filter from develop to dev, aligning the CI trigger with the actual dev branch that exists in the remote.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Pull Request Opened/Synced/Reopened] --> B{Target Branch?}
    B -- main --> C[Run Tests ✅]
    B -- dev --> C
    B -- develop\n(removed) --> D[Tests NOT triggered ❌]
    B -- other --> E[No trigger]
    C --> F[Type check via tsc]
Loading

Reviews (1): Last reviewed commit: "Change workflow branch from 'develop' to..." | Re-trigger Greptile

@SteakFisher SteakFisher deleted the SteakFisher-patch-1 branch June 13, 2026 19:39
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