mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 04:41:46 +03:00
26 lines
380 B
YAML
26 lines
380 B
YAML
name: Demo
|
|
|
|
on:
|
|
push:
|
|
branches: [ main ]
|
|
pull_request:
|
|
branches: [ main ]
|
|
paths:
|
|
- 'demo/**'
|
|
release:
|
|
types: [ published ]
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
demo:
|
|
name: Demo
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- name: Checkout sources
|
|
uses: actions/checkout@v4
|
|
|
|
- run: |
|
|
cd demo/frontend
|
|
docker-compose build
|