Skip to content

Commit

Permalink
github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Feb 11, 2024
1 parent 4aa14e5 commit 8638f52
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 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: [ master ]
branches: [ 10.x ]
pull_request:
branches: [ master ]
branches: [ 10.x ]

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

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

jobs:
ecs:
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: [ master ]
branches: [ 10.x ]
pull_request:
branches: [ master ]
branches: [ 10.x ]

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

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

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

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

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

jobs:
rector:
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: [ master ]
branches: [ 10.x ]
pull_request:
branches: [ master ]
branches: [ 10.x ]

jobs:
semgrep:
Expand Down

0 comments on commit 8638f52

Please sign in to comment.