Skip to content

Commit

Permalink
ci: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
marksie1988 committed Aug 27, 2023
1 parent bd17c91 commit fa4ca57
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 25 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/branching.yml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/hacs_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Validate

on:
push:
pull_request:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/update_docs.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---

name: Sphinx Documentation Update
name: 📚 Update Docs

on:
push:
tags:
- 'v*'
branches:
- master
paths:
- "docs/**"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit fa4ca57

Please sign in to comment.