Skip to content

Commit

Permalink
Merge pull request #19 from team-offonoff/fix/ci-build-script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinho1011 authored Oct 19, 2023
2 parents ac6c276 + bbe20ab commit edd115d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI
on:
pull_request:
branches: ["dev", "main"]
branches: ['dev', 'main']

jobs:
build:
Expand All @@ -14,4 +14,4 @@ jobs:
run: yarn install

- name: build
run: yarn run dev
run: yarn run build

0 comments on commit edd115d

Please sign in to comment.