Skip to content

Commit

Permalink
ci: rename style and add more file types
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Mar 13, 2024
1 parent 105a1b9 commit 6a277ac
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ on:
- '**.json'
- '**.toml'
- '**.md'
- '**.yml'
- '**.yaml'
push:
branches: [main]
paths:
- '**.json'
- '**.toml'
- '**.md'
- '**.yml'
- '**.yaml'
merge_group:
types: [checks_requested]

Expand Down

0 comments on commit 6a277ac

Please sign in to comment.