From 78f79df9cec4122812e357533f92d53b6f4020c7 Mon Sep 17 00:00:00 2001 From: Jamie Sinn Date: Fri, 3 May 2024 15:53:17 -0400 Subject: [PATCH] Change action trigger --- .github/workflows/diagrams.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/diagrams.yml b/.github/workflows/diagrams.yml index 6d9d0413..fc3494c0 100644 --- a/.github/workflows/diagrams.yml +++ b/.github/workflows/diagrams.yml @@ -1,8 +1,11 @@ name: Generate PlantUML Diagrams -on: push +on: + pull_request: + paths: + - 'diagrams/**.puml' + permissions: contents: write - jobs: generate_plantuml: runs-on: ubuntu-latest