From 799d179a1053806f598b6a75fb850cb585ae1353 Mon Sep 17 00:00:00 2001 From: spilikin <108782+spilikin@users.noreply.github.com> Date: Tue, 12 Sep 2023 10:12:36 +0200 Subject: [PATCH] Test GH Action --- .github/workflows/plantuml.yaml | 2 +- src/plantuml/SequenceDiagram.VSDM2.read.puml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/plantuml.yaml b/.github/workflows/plantuml.yaml index 787b665..1419422 100644 --- a/.github/workflows/plantuml.yaml +++ b/.github/workflows/plantuml.yaml @@ -2,7 +2,7 @@ name: plantuml on: push: - branches: [ '*' ] + branches: [ '**' ] paths: [ 'src/plantuml/**' ] # Allows you to run this workflow manually from the Actions tab diff --git a/src/plantuml/SequenceDiagram.VSDM2.read.puml b/src/plantuml/SequenceDiagram.VSDM2.read.puml index d87e7f1..f733a5a 100644 --- a/src/plantuml/SequenceDiagram.VSDM2.read.puml +++ b/src/plantuml/SequenceDiagram.VSDM2.read.puml @@ -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