Skip to content

Commit 386b96e

Browse files
committed
adjust test branch
1 parent 53219e1 commit 386b96e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/codeception.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Codeception
22
on:
33
push:
4-
branches: [ '3.x' ]
4+
branches: [ 'master' ]
55
pull_request:
6-
branches: [ '3.x' ]
6+
branches: [ 'master' ]
77

88
jobs:
99
codeception:

.github/workflows/ecs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Easy Coding Standards
22
on:
33
push:
4-
branches: [ '3.x' ]
4+
branches: [ 'master' ]
55
pull_request:
6-
branches: [ '3.x' ]
6+
branches: [ 'master' ]
77

88
jobs:
99
ecs:

.github/workflows/php-stan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: PHP Stan
22
on:
33
push:
4-
branches: [ '3.x' ]
4+
branches: [ 'master' ]
55
pull_request:
6-
branches: [ '3.x' ]
6+
branches: [ 'master' ]
77

88
jobs:
99
stan:

0 commit comments

Comments
 (0)