Skip to content

Commit

Permalink
Fix yml syntax style validations
Browse files Browse the repository at this point in the history
  • Loading branch information
bbenno committed Mar 7, 2023
1 parent e1d86d4 commit e59dcfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/plantuml.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Generate PlantUML Diagrams
on:
push:
paths: [ "**.puml" ]
branches: [ master ]
paths: ["**.puml"]
branches: [master]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit e59dcfc

Please sign in to comment.