Skip to content

Commit 8638f52

Browse files
committed
github actions
1 parent 4aa14e5 commit 8638f52

File tree

8 files changed

+15
-15
lines changed

8 files changed

+15
-15
lines changed

.github/workflows/code-quality.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Qodana
22
on:
33
workflow_dispatch:
44
push:
5-
branches: [ master ]
5+
branches: [ 10.x ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ 10.x ]
88

99
jobs:
1010
qodana:

.github/workflows/code-style.yaml

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

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

99
jobs:
1010
ecs:

.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: [ 10.x ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ 10.x ]
88

99
jobs:
1010
deptrac:

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: build docs
22

33
on:
44
pull_request:
5-
branches: [ master ]
5+
branches: [ 10.x ]
66

77
jobs:
88
build_pages:

.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: [ 10.x ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ 10.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: [ 10.x ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ 10.x ]
88

99
env:
1010
MEMCACHED_HOST: localhost

.github/workflows/rector.yaml

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

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

99
jobs:
1010
rector:

.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: [ 10.x ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ 10.x ]
88

99
jobs:
1010
semgrep:

0 commit comments

Comments
 (0)