Skip to content

Commit fff364a

Browse files
committed
ci: update commit range to check
For the release branch, update the makefile `check-commits` rule to check the new commits on the release branch. Signed-off-by: Christian Hopps <[email protected]>
1 parent 911eadb commit fff364a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tests:
1212
format:
1313
tox -e format
1414

15-
LYPY_COMMIT_RANGE ?= origin/master..
15+
LYPY_COMMIT_RANGE ?= origin/b_3.x..
1616

1717
check-commits:
1818
./check-commits.sh $(LYPY_COMMIT_RANGE)

0 commit comments

Comments
 (0)