From 76c3632d143132ae4888f95ccf87608aa5789941 Mon Sep 17 00:00:00 2001 From: Scai <59282365+alexevladgabriel@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:06:58 +0200 Subject: [PATCH] chore: update git workflows --- .github/workflows/build.yaml | 6 +++--- .github/workflows/release.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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: