Skip to content

Commit

Permalink
ci: fixed ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Disane87 committed Oct 5, 2023
1 parent bda57bc commit d583f92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: "Lint"

on:
workflow_call:
push:
branches: ['dev']
paths: ['custom_components/**']

pull_request:
branches: ['main']
paths: ['custom_components/**']
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: "Validate"

on:
workflow_call:
push:
branches: ['dev']
paths: ['custom_components/**']
pull_request:
branches: ['main']
paths: ['custom_components/**']
Expand Down

0 comments on commit d583f92

Please sign in to comment.