Skip to content

Commit

Permalink
revert .github
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Mar 10, 2024
1 parent 96ce81d commit 80379d0
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Qodana
on:
workflow_dispatch:
push:
branches: [ 10.x ]
branches: [ master ]
pull_request:
branches: [ 10.x ]
branches: [ master ]

jobs:
qodana:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deptrac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: deptrac

on:
push:
branches: [ 10.x ]
branches: [ master ]
pull_request:
branches: [ 10.x ]
branches: [ master ]

jobs:
deptrac:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: build docs

on:
pull_request:
branches: [ 10.x ]
branches: [ master ]

jobs:
build_pages:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/phpstan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: phpstan

on:
push:
branches: [ 10.x ]
branches: [ master ]
pull_request:
branches: [ 10.x ]
branches: [ master ]

jobs:
phpstan:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/phpunits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: phpunits

on:
push:
branches: [ 10.x ]
branches: [ master ]
pull_request:
branches: [ 10.x ]
branches: [ master ]

env:
MEMCACHED_HOST: localhost
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: semgrep

on:
push:
branches: [ 10.x ]
branches: [ master ]
pull_request:
branches: [ 10.x ]
branches: [ master ]

jobs:
semgrep:
Expand Down

0 comments on commit 80379d0

Please sign in to comment.