소스 검색

update travis.yml

Aykut Saraç 3 년 전
부모
커밋
6a94a2c86c
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

@@ -5,6 +5,9 @@ cache:
 directories:
   - node_modules
   - .next
+branches:
+  only:
+  - main
 script:
   - npm run test
   - npm run build