Skip to content

Bump version: 1.3.2 → 1.3.3 #424

Bump version: 1.3.2 → 1.3.3

Bump version: 1.3.2 → 1.3.3 #424

Workflow file for this run

name: Build Dashboard
on:
push:
branches:
- main
- develop
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
paths-ignore:
- "**.md"
- "**.rst"
- "**.ipynb"
branches:
- main
- develop
jobs:
call-build-workflow:
if: github.event.pull_request.draft == false
name: Build dashboard
uses: EIT-ALIVE/eit_dash/.github/workflows/build.yml@main
with:
caller_branch: ${{ github.head_ref || github.ref_name }}