Skip to content

Merge remote-tracking branch 'origin/main' into develop #425

Merge remote-tracking branch 'origin/main' into develop

Merge remote-tracking branch 'origin/main' into develop #425

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