ListyWave Ver2.0.2 : IOS PWA 설치 유도 팝업 / 마이페이지 클릭 안됨 이슈 핫픽스 / 탐색페이지 이슈 해결 #265
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: FrontEnd CI | |
on: | |
pull_request: | |
branches: [main, dev] | |
# push: | |
# branches: [main, dev] | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-node@v4 | |
with: | |
node-version: 20.11.0 | |
- run: yarn install | |
- run: yarn build |