Skip to content

Commit

Permalink
ci: update yaml formatting pipeline to run on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
kluge7 committed Sep 25, 2024
1 parent aad0bfc commit fd63bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/yaml-format.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Yaml Format (prettier)

on: [push]
on: [pull_request]

jobs:
prettier:
Expand Down

0 comments on commit fd63bea

Please sign in to comment.