Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 302cba8

Browse files
authored
Make push-dev.yml even with master
1 parent 38cff47 commit 302cba8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
if: "!contains(github.event.head_commit.message, 'Automated update') && !contains(github.event.head_commit.message, 'CI ignore')"
3131
strategy:
3232
matrix:
33-
page: [1, 2, 3, 4, 5]
34-
page-total: [5]
33+
page: [1, 2, 3, 4, 5, 6, 7, 8, 9]
34+
page-total: [9]
3535
fail-fast: true
3636
runs-on: ubuntu-latest
3737
steps:

0 commit comments

Comments
 (0)