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: on:
push: push:
branches: branches:
- '**' - "**"
pull_request: pull_request:
branches: branches:
- '**' - "**"
jobs: jobs:
ui: ui:
@ -30,4 +30,4 @@ jobs:
run: yarn install --frozen-lockfile run: yarn install --frozen-lockfile
- name: Build - name: Build
run: yarn build:production run: yarn build

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
permissions: permissions:
contents: write contents: write
steps: steps:
- name: Code checkout - name: Code checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
@ -26,7 +26,7 @@ jobs:
run: yarn install --frozen-lockfile run: yarn install --frozen-lockfile
- name: Build - name: Build
run: yarn build:production run: yarn build
- name: Create release branch and bump version - name: Create release branch and bump version
env: env: