Browse Source

update travis.yml

Aykut Saraç 3 năm trước cách đây
mục cha
commit
6a94a2c86c
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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