Skip to content

Commit

Permalink
Merge pull request #753 from stgraber/main
Browse files Browse the repository at this point in the history
github: Update branch target
  • Loading branch information
monstermunchkin authored Jul 19, 2023
2 parents 62ce277 + 5549a65 commit 85a2d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
TARGET: ${{ github.event.pull_request.base.ref }}
run: |
set -x
[ "${TARGET}" = "master" ] && exit 0
[ "${TARGET}" = "main" ] && exit 0
echo "Invalid branch target: ${TARGET}"
exit 1

0 comments on commit 85a2d5f

Please sign in to comment.