Skip to content

Commit

Permalink
PR - Fixed mistake in safeguard
Browse files Browse the repository at this point in the history
  • Loading branch information
MaelImhof authored Aug 4, 2024
2 parents bfacd06 + dcbcdfb commit ba842b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-pr-safeguard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Check PR Base Branch
run: |
if [[ "${{ github.base_ref }}" != "dev" ]]; then
if [[ "${{ github.head_ref }}" != "dev" ]]; then
echo "Pull requests to the release branch must come from the dev branch."
exit 1
fi

0 comments on commit ba842b4

Please sign in to comment.