Skip to content

Commit

Permalink
Change action trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieSinn committed May 3, 2024
1 parent 61e7d25 commit 78f79df
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/diagrams.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 78f79df

Please # to comment.