Skip to content

Commit

Permalink
Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpkatz committed Oct 15, 2023
1 parent 06c4d90 commit a66cd06
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/check_pr_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: PRs should not target main
run: |
if [[ "${{ github.base_ref }}" == "main" ]]; then
echo "Pull requests must not be made against main. Please target development instead."
exit 1
fi
run: |
if [[ "${{ github.base_ref }}" == "main" ]]; then
echo "Pull requests must not be made against main. Please target development instead."
exit 1
fi

0 comments on commit a66cd06

Please sign in to comment.