Skip to content

Commit

Permalink
test diagram workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mdkaraman committed Apr 12, 2024
1 parent a3bdd6f commit 03cdf38
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/diagram.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Create diagram
on:
workflow_dispatch: {}
push:
branches:
- diagram_test
jobs:
get_data:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Update diagram
uses: githubocto/repo-visualizer@main
with:
excluded_paths: "ignore,.github"

0 comments on commit 03cdf38

Please sign in to comment.