mirror of
https://github.com/crypto-pro-web/crypto-pro-php.git
synced 2025-01-18 19:25:51 +03:00
поправил actions
This commit is contained in:
parent
5bb2dee8a7
commit
da3f3bf4f6
6
.github/workflows/static-analysis.yml
vendored
6
.github/workflows/static-analysis.yml
vendored
@ -1,6 +1,10 @@
|
|||||||
name: "Static analysis code"
|
name: "Static analysis code"
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
pull_request:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
COMPOSER_FLAGS: "--ansi --prefer-dist --no-interaction --no-progress"
|
COMPOSER_FLAGS: "--ansi --prefer-dist --no-interaction --no-progress"
|
||||||
|
Loading…
Reference in New Issue
Block a user