Aykut Saraç 3 лет назад
Родитель
Сommit
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