chore: update git workflows

This commit is contained in:
Scai 2025-01-06 17:06:58 +02:00
parent 4facaecea0
commit 76c3632d14
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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: