We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bb2dee commit da3f3bfCopy full SHA for da3f3bf
1 file changed
.github/workflows/static-analysis.yml
@@ -1,6 +1,10 @@
1
name: "Static analysis code"
2
3
-on: [push, pull_request]
+on:
4
+ push:
5
+ branches:
6
+ - master
7
+ pull_request:
8
9
env:
10
COMPOSER_FLAGS: "--ansi --prefer-dist --no-interaction --no-progress"
0 commit comments