Skip to content

Commit

Permalink
chore(build): target main for pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
anguyenMedallia committed Apr 14, 2023
1 parent 19a6a26 commit 7ef9a42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
- name: Get Main SHA
id: main_sha
run: |
git fetch origin master:refs/remotes/origin/master
MAIN_SHA=$(git rev-parse origin/master)
git fetch origin main:refs/remotes/origin/main
MAIN_SHA=$(git rev-parse origin/main)
echo "main_sha=$MAIN_SHA" >> $GITHUB_OUTPUT
- name: Check Readme Exists
Expand Down Expand Up @@ -46,5 +46,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH_PREFIX: "release/"
PULL_REQUEST_BRANCH: "master"
PULL_REQUEST_BRANCH: "main"
PULL_REQUEST_REVIEWERS: "skhozenMedallia"

0 comments on commit 7ef9a42

Please sign in to comment.