Skip to content

Merge branch 'main' of https://github.com/aaronhmiller/crud-app #44

Merge branch 'main' of https://github.com/aaronhmiller/crud-app

Merge branch 'main' of https://github.com/aaronhmiller/crud-app #44

name: Create diagram
on:
# workflow_dispatch: {}
push:
branches: [main]
jobs:
get_data:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@main
- name: Update diagram
uses: githubocto/repo-visualizer@main
with:
excluded_paths: "diagram.svg,app/.dockerignore,.github,.gitignore,LICENSE"