Skip to content

Commit

Permalink
Run pytest action on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
rautesamtr committed Dec 14, 2021
1 parent 2e1048b commit f0c5e0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hacs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: HACS Action
name: Validate with HACS

on:
push:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Run PyTest Unit Tests

on: [push]
on:
push:
pull_request:

jobs:
build:
Expand Down

0 comments on commit f0c5e0f

Please sign in to comment.