Skip to content

Commit 93bd9a4

Browse files
authored
Update check.yml
1 parent a38c517 commit 93bd9a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- 3.x
4+
- 4.x
55
pull_request:
66
branches:
77
- '**'
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121
- uses: testomatio/check-tests@stable
22-
if: github.repository == 'codeceptjs/CodeceptJS' && github.event.pull_request.title == '3.x'
22+
if: github.repository == 'codeceptjs/CodeceptJS' && github.event.pull_request.title == '4.x'
2323
with:
2424
framework: mocha
2525
tests: "./test/**/*_test.js"

0 commit comments

Comments
 (0)