File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
name : CI
2
2
3
3
on :
4
+ push :
5
+ branches : [ "master" ]
4
6
pull_request :
7
+ branches : [ "master" ]
5
8
6
9
jobs :
7
10
build :
Original file line number Diff line number Diff line change 1
1
name : Static code analysis
2
2
3
- on : [pull_request]
4
-
3
+ on :
4
+ push :
5
+ branches : [ "master" ]
6
+ pull_request :
7
+ branches : [ "master" ]
5
8
6
9
jobs :
7
10
phpstan :
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Latest Version] ( https://img.shields.io/github/release/php-translation/symfony-bundle.svg?style=flat-square )] ( https://github.com/php-translation/symfony-bundle/releases )
4
4
[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/php-translation/symfony-bundle.svg?style=flat-square )] ( https://packagist.org/packages/php-translation/symfony-bundle )
5
+ [ ![ CI] ( https://github.com/php-translation/symfony-bundle/actions/workflows/ci.yml/badge.svg )] ( https://github.com/php-translation/symfony-bundle/actions/workflows/ci.yml )
6
+ [ ![ Static code analysis] ( https://github.com/php-translation/symfony-bundle/actions/workflows/static.yml/badge.svg )] ( https://github.com/php-translation/symfony-bundle/actions/workflows/static.yml )
5
7
6
8
** Symfony integration for PHP Translation**
7
9
You can’t perform that action at this time.
0 commit comments