Skip to content

Commit

Permalink
added "git checkout develop-postgres"
Browse files Browse the repository at this point in the history
  • Loading branch information
Satyam Jha committed Jan 11, 2025
1 parent 520bbd3 commit 7d8075c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
git checkout -b temp_branch
git branch
git stash push -m lock_file pubspec.lock
git checkout develop
git checkout develop-postgres
git pull
git branch
git diff --name-only develop..HEAD
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Run check_ignore
run: |
git branch
git checkout develop
git checkout develop-postgres
git pull
git branch
git checkout -
Expand Down

0 comments on commit 7d8075c

Please sign in to comment.