From 9ad83516be13960e4304372b40d5f8763183a00a Mon Sep 17 00:00:00 2001
From: minshigee <minshigee@gmail.com>
Date: Wed, 15 Nov 2023 03:06:21 +0900
Subject: [PATCH] update ci tag - pages for runner

---
 .gitlab-ci.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6511ea1..82aa955 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,6 +12,8 @@ test:
   only:
   - branches
   - tags
+  tags:
+  - pages
 
 pages:
   stage: deploy
@@ -22,3 +24,6 @@ pages:
     - public
   only:
   - master
+  tags:
+  - pages
+
-- 
GitLab