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