Skip to content

Commit c4cb72f

Browse files
committed
Revert "adjust test branch"
This reverts commit 27c1535.
1 parent 183fa43 commit c4cb72f

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: [ 'master' ]
4+
branches: [ '1.x' ]
55
pull_request:
6-
branches: [ 'master' ]
6+
branches: [ '1.x' ]
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: [ 'master' ]
4+
branches: [ '1.x' ]
55
pull_request:
6-
branches: [ 'master' ]
6+
branches: [ '1.x' ]
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: [ 'master' ]
4+
branches: [ '1.x' ]
55
pull_request:
6-
branches: [ 'master' ]
6+
branches: [ '1.x' ]
77

88
jobs:
99
stan:

0 commit comments

Comments
 (0)