Skip to content

Commit

Permalink
CI demo build (#1040)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik authored Dec 6, 2023
1 parent d66e7ab commit 0f500cf
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
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

0 comments on commit 0f500cf

Please sign in to comment.