Skip to content

Commit 59e03d9

Browse files
committed
github: Update for main branch
Signed-off-by: Stéphane Graber <[email protected]>
1 parent 93c439e commit 59e03d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
TARGET: ${{ github.event.pull_request.base.ref }}
3535
run: |
3636
set -x
37-
[ "${TARGET}" = "master" ] && exit 0
37+
[ "${TARGET}" = "main" ] && exit 0
3838
3939
echo "Invalid branch target: ${TARGET}"
4040
exit 1

0 commit comments

Comments
 (0)