Only build pushes to master branch. (https://github.com/woocommerce/woocommerce-admin/pull/2941)
This commit is contained in:
parent
628e53c7fa
commit
64a3ce98f5
|
@ -36,3 +36,7 @@ script:
|
||||||
- bash bin/js_lint_test.sh
|
- bash bin/js_lint_test.sh
|
||||||
- bash bin/phpunit.sh
|
- bash bin/phpunit.sh
|
||||||
- bash bin/phpcs.sh
|
- bash bin/phpcs.sh
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
Loading…
Reference in New Issue