From 25588d78ff3fcd9bdd60d3e8bc0e2fb1df87ec6d Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Sun, 5 Dec 2021 10:53:11 +0100 Subject: [PATCH] we don't need a release branch (#61) --- .github/workflows/ci.yml | 1 - .github/workflows/codeql-analysis.yml | 2 -- .github/workflows/cron.yaml | 2 -- .github/workflows/release-drafter.yml | 1 - 4 files changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15a8e22..b4914f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,6 @@ name: CI on: push: branches: - - release - dev pull_request: ~ diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 5178596..72da482 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -15,12 +15,10 @@ on: push: branches: - dev - - release pull_request: # The branches below must be a subset of the branches above branches: - dev - - release schedule: - cron: "20 10 * * 0" diff --git a/.github/workflows/cron.yaml b/.github/workflows/cron.yaml index 97a1a66..6960747 100644 --- a/.github/workflows/cron.yaml +++ b/.github/workflows/cron.yaml @@ -10,8 +10,6 @@ jobs: name: Validate steps: - uses: "actions/checkout@v2" - with: - ref: "release" - name: HACS validation uses: "hacs/action@main" diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index fb5b9e3..d5fd522 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -4,7 +4,6 @@ on: push: branches: - dev - - release jobs: update_release_draft: