From fa4ca578f81cbbbeefcda066883bd5192afd4ba0 Mon Sep 17 00:00:00 2001 From: marksie1988 Date: Sun, 27 Aug 2023 21:15:26 +0100 Subject: [PATCH] ci: update workflows --- .github/workflows/branching.yml | 20 -------------------- .github/workflows/hacs_validate.yml | 1 - .github/workflows/update_docs.yml | 9 +++++---- 3 files changed, 5 insertions(+), 25 deletions(-) delete mode 100644 .github/workflows/branching.yml diff --git a/.github/workflows/branching.yml b/.github/workflows/branching.yml deleted file mode 100644 index d416b0d2..00000000 --- a/.github/workflows/branching.yml +++ /dev/null @@ -1,20 +0,0 @@ ---- - -name: Branching - -on: - issues: - types: [assigned] - issue_comment: - types: [created] - pull_request: - types: [closed] - -jobs: - create_issue_branch_job: - runs-on: ubuntu-latest - steps: - - name: Create Issue Branch - uses: robvanderleek/create-issue-branch@main - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/hacs_validate.yml b/.github/workflows/hacs_validate.yml index ff7f04c7..73ece780 100644 --- a/.github/workflows/hacs_validate.yml +++ b/.github/workflows/hacs_validate.yml @@ -2,7 +2,6 @@ name: Validate on: push: - pull_request: schedule: - cron: "0 0 * * *" workflow_dispatch: diff --git a/.github/workflows/update_docs.yml b/.github/workflows/update_docs.yml index bf268258..fc7099c9 100644 --- a/.github/workflows/update_docs.yml +++ b/.github/workflows/update_docs.yml @@ -1,11 +1,12 @@ --- - -name: Sphinx Documentation Update +name: 📚 Update Docs on: push: - tags: - - 'v*' + branches: + - master + paths: + - "docs/**" workflow_dispatch: jobs: