Skip to content

Commit

Permalink
added postgres to git diff
Browse files Browse the repository at this point in the history
  • Loading branch information
Satyam Jha committed Jan 11, 2025
1 parent 7d8075c commit dca9e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
git checkout develop-postgres
git pull
git branch
git diff --name-only develop..HEAD
git diff --name-only develop-postgres..HEAD
git checkout temp_branch
pip install GitPython
python ./.github/workflows/check_ignore.py --repository ${{github.repository}} --merge_branch_name ${{github.head_ref}}
Expand Down

0 comments on commit dca9e66

Please sign in to comment.