Skip to content

Commit

Permalink
refactor: playwright ci 제거 및 script 적용 브랜치 수정 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbgksqkr committed Apr 10, 2024
1 parent e053b25 commit dedc0bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 30 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/front-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: front-deploy
on:
push:
branches:
- refactor/#118
- main

jobs:
build:
Expand All @@ -12,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
ref: refactor/#118
ref: main
- name: Setup Node.js
uses: actions/setup-node@v3
with:
Expand Down
28 changes: 0 additions & 28 deletions .github/workflows/playwright.yml

This file was deleted.

0 comments on commit dedc0bf

Please sign in to comment.