From e053b25e49190864b4a7fec7590b4d3af931256e Mon Sep 17 00:00:00 2001 From: rbgksqkr Date: Wed, 10 Apr 2024 14:51:22 +0900 Subject: [PATCH] =?UTF-8?q?build:=20playwright=20=EB=B8=8C=EB=9E=9C?= =?UTF-8?q?=EC=B9=98=20=EC=84=A4=EC=A0=95=20(#118)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/playwright.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 67a4cc20..01dbc9c8 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -1,4 +1,10 @@ name: Playwright Tests + +on: + push: + branches: + - refactor/#118 + jobs: test: timeout-minutes: 60