diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0bf8101..5ba9818 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,8 @@ stages: # Define the 'deploy_website' job. deploy_website: stage: deploy - tags: jmp-site-deploy + tags: + - jmp-site # Only run this job when changes are pushed to the 'main' branch. only: - main