Skip to content

Commit

Permalink
Update diagram.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
smortezah authored Feb 18, 2024
1 parent e5cf1e8 commit 09871f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/diagram.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
name: Create diagram

on:
workflow_dispatch: {}
push:
branches:
- main
- master

jobs:
get_data:
runs-on: ubuntu-latest
steps:
- name: Checkout code
- name: Checkout
uses: actions/checkout@master
- name: Update diagram
uses: githubocto/repo-visualizer@main
Expand Down

0 comments on commit 09871f4

Please sign in to comment.