diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1401df9..70de1cf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -64,6 +64,8 @@ before_script: - php artisan migrate # Run database seed - php artisan db:seed + only: + - master test: script: diff --git a/resources/js/views/Automation/AutomaticLinksHome.vue b/resources/js/views/Automation/AutomaticLinksHome.vue index d7337ea..324b942 100644 --- a/resources/js/views/Automation/AutomaticLinksHome.vue +++ b/resources/js/views/Automation/AutomaticLinksHome.vue @@ -1,5 +1,5 @@