Skip to content

Commit fecc141

Browse files
committed
branch 11.x
1 parent a693d42 commit fecc141

File tree

9 files changed

+10
-122
lines changed

9 files changed

+10
-122
lines changed

.github/workflows/autofix.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: fixer
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ 11.x ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ 11.x ]
88

99
jobs:
1010
autofix:

.github/workflows/changelog.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/deploy.yml

Lines changed: 0 additions & 64 deletions
This file was deleted.

.github/workflows/deptrac.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: deptrac
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ 11.x ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ 11.x ]
88

99
jobs:
1010
deptrac:

.github/workflows/lock.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.github/workflows/phpstan.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: phpstan
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ 11.x ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ 11.x ]
88

99
jobs:
1010
phpstan:

.github/workflows/phpunits.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: phpunits
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ 11.x ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ 11.x ]
88

99
env:
1010
MEMCACHED_HOST: localhost

.github/workflows/semgrep.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: semgrep
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ 11.x ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ 11.x ]
88

99
jobs:
1010
semgrep:

.github/workflows/stale.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)