Skip to content

Commit

Permalink
chore: cleaned up github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
seevee committed Dec 21, 2023
1 parent 1297c1a commit f3ad6d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Build

on:
pull_request:
push:
branches:
- master
pull_request:

jobs:
build:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: Validate HACS

on:
pull_request:
push:
branches:
- master
pull_request:

jobs:
validate:
Expand Down

0 comments on commit f3ad6d7

Please sign in to comment.