diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3021c6799..09442c14f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -3,10 +3,10 @@ name: Build on: push: branches: - - '**' + - "**" pull_request: branches: - - '**' + - "**" jobs: ui: @@ -30,4 +30,4 @@ jobs: run: yarn install --frozen-lockfile - name: Build - run: yarn build:production + run: yarn build diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5ede81c07..48fed4d54 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-22.04 permissions: contents: write - + steps: - name: Code checkout uses: actions/checkout@v4 @@ -26,7 +26,7 @@ jobs: run: yarn install --frozen-lockfile - name: Build - run: yarn build:production + run: yarn build - name: Create release branch and bump version env: