Skip to content

Commit da3f3bf

Browse files
committed
поправил actions
1 parent 5bb2dee commit da3f3bf

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/static-analysis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: "Static analysis code"
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
48

59
env:
610
COMPOSER_FLAGS: "--ansi --prefer-dist --no-interaction --no-progress"

0 commit comments

Comments
 (0)