Skip to content

Commit

Permalink
add origin/ prefix to fallback branch
Browse files Browse the repository at this point in the history
  • Loading branch information
MattBudz committed Jun 26, 2024
1 parent 7272e5b commit 2aa4046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
IS_MERGE: ${{ github.base_ref == '' }}
PREV_SHA: ${{ github.event.before }}
TARGET_BRANCH: ${{ github.base_ref }}
FALLBACK_BRANCH: 'develop'
FALLBACK_BRANCH: 'origin/develop'
steps:
- name: Checkout code
uses: actions/checkout@v1
Expand Down

0 comments on commit 2aa4046

Please sign in to comment.