Limit formatter to pull requests only (#6540)

This commit is contained in:
mustiikhalil
2021-04-01 20:09:43 +03:00
committed by GitHub
parent 4133a39df8
commit 1aa0c2f6a9

View File

@@ -208,9 +208,10 @@ matrix:
- cd android; ./gradlew clean build - cd android; ./gradlew clean build
- language: generic - language: generic
if: type IN (pull_request)
os: linux os: linux
install: install:
- bash .travis/format_install.sh - bash .travis/format_install.sh
script: script:
- bash .travis/format_check.sh - bash .travis/format_check.sh