Skip to content

Commit

Permalink
Update json_validate.yml
Browse files Browse the repository at this point in the history
Conditionally trigger action
  • Loading branch information
andrew-codechimp authored Dec 11, 2023
1 parent 36a2f08 commit 00d9ed3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/json_validate.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: Validate JSONs

on: [push, pull_request]
on:
push:
paths:
- 'custom_components/battery_notes/data/**'
- '.github/workflows/**'
pull_request:
paths:
- 'custom_components/battery_notes/data/**'
- '.github/workflows/**'

jobs:
verify-json-validation:
Expand Down

0 comments on commit 00d9ed3

Please sign in to comment.