Skip to content

use harvester allocated translation key #148

use harvester allocated translation key

use harvester allocated translation key #148

name: Build Dashboard (Branch)
on:
push:
branches:
- master
- 'release-harvester-v*'
- '*-dev'
jobs:
build-validation:
name: Build Test
uses: ./.github/workflows/build-test.yaml
build:
name: Build and Upload Package
uses: ./.github/workflows/build-and-upload.yaml
needs:
- build-validation
permissions:
contents: read
packages: write
id-token: write
with:
CI_BRANCH: ${{github.ref_name}}