chore: changed branch name in cicd action#490
Conversation
|
There was a problem hiding this comment.
Pull Request Overview
This PR updates the CI/CD workflow configuration to align branch names with the project's naming convention by changing references from development to develop.
Key Changes:
- Updated GitHub Actions workflow triggers to use the
developbranch name instead ofdevelopment
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Claude finished @ignaciosantise's task —— View job Code Review Complete ✅Tasks
Review Summary✅ No issues found - The changes correctly update the CI/CD workflow triggers from AnalysisWhat was changed:
Consistency check:
Changeset requirement: ConclusionThis is a straightforward and correct fix that aligns the |
|



This pull request makes a minor update to the CI/CD workflow configuration to ensure that GitHub Actions trigger on the correct branches. Specifically, it changes the workflow triggers from the
developmentbranch to thedevelopbranch..github/workflows/expo-ci-cd.yml: Updated thepushandpull_requesttriggers to use thedevelopbranch instead ofdevelopment. [1] [2]Note
Update GitHub Actions workflow to trigger on the develop branch (instead of development) for push and pull_request events.
Written by Cursor Bugbot for commit f65a954. This will update automatically on new commits. Configure here.