Skip to content

Commit

Permalink
Merge branch 'develop' into encrypt_email
Browse files Browse the repository at this point in the history
  • Loading branch information
prayanshchh authored Nov 15, 2024
2 parents 27916b7 + 3244b22 commit 12a7e58
Show file tree
Hide file tree
Showing 4 changed files with 975 additions and 989 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Check if base branch is develop"
if: github.event.pull_request.base.ref != 'develop'
if: github.event.pull_request.base.ref != 'develop-postgres'
run: |
echo "PR is not against develop branch. Please refer PR_GUIDELINES.md"
echo "PR is not against develop-postgres branch. Please refer PR_GUIDELINES.md"
exit 1
Loading

0 comments on commit 12a7e58

Please sign in to comment.