Skip to content

Commit

Permalink
ci: add all examples to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelarbibe committed Jun 28, 2024
1 parent 64948b8 commit 2dd5bdd
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Deploy dnd-timeline examples
on:
push:
branches:
- main

jobs:
deploy_timeaxis:
Expand All @@ -11,3 +9,21 @@ jobs:
environment: Production - dnd-timeline-timeaxis
secrets: inherit

deploy_performance:
uses: ./.github/workflows/deploy.yml
with:
environment: Production - dnd-timeline-performance
secrets: inherit

deploy_demo:
uses: ./.github/workflows/deploy.yml
with:
environment: Production - dnd-timeline-demo
secrets: inherit

deploy_basic:
uses: ./.github/workflows/deploy.yml
with:
environment: Production - dnd-timeline-basic
secrets: inherit

0 comments on commit 2dd5bdd

Please sign in to comment.