Skip to content

Commit

Permalink
Test GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
spilikin committed Sep 12, 2023
1 parent 4a7bcfd commit 799d179
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/plantuml.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: plantuml

on:
push:
branches: [ '*' ]
branches: [ '**' ]
paths: [ 'src/plantuml/**' ]

# Allows you to run this workflow manually from the Actions tab
Expand Down
1 change: 1 addition & 0 deletions src/plantuml/SequenceDiagram.VSDM2.read.puml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@startuml read_vsd2
hide footbox
title Read VSD 2

actor Pat as "Patient" #ee8360
participant AUTH1 as "Mean of\nauthentication" #ee8360
actor Pract as "Practitioner" #8da5c4
Expand Down

0 comments on commit 799d179

Please sign in to comment.