Skip to content

Commit

Permalink
chore: 우분투 버전 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
mahwin committed Nov 18, 2023
1 parent 50149ac commit 180ff04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: fe-dev 브랜치 깃허브 페이지스에 배포
on:
push: # fe-dev 파일에 push가 되었을 때 실행해라!
push: # fe-dev 브랜치에 push가 되었을 때 실행해라!
branches: ["fe-dev"]
jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04(ubuntu-latest)
steps:
- name: Install Dependencies # 의존 파일 설치
run: pnpm install
Expand Down

0 comments on commit 180ff04

Please sign in to comment.