@@ -2,6 +2,7 @@ name: Validate with HACS
on:
push:
+ pull_request:
schedule:
- cron: '0 0 * * *'
@@ -2,6 +2,7 @@ name: Validate with hassfest
@@ -1,6 +1,6 @@
name: Linting
-on: push
+on: [push, pull_request]
jobs:
lint:
name: Python tests
tests: