Skip to content

Commit 80379d0

Browse files
committed
revert .github
1 parent 96ce81d commit 80379d0

File tree

6 files changed

+11
-11
lines changed

6 files changed

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

99
jobs:
1010
qodana:

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

99
jobs:
1010
semgrep:

0 commit comments

Comments
 (0)