Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
we don't need a release branch (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhaus authored Dec 5, 2021
1 parent 06265fa commit 25588d7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ name: CI
on:
push:
branches:
- release
- dev
pull_request: ~

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ jobs:
name: Validate
steps:
- uses: "actions/checkout@v2"
with:
ref: "release"

- name: HACS validation
uses: "hacs/action@main"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- dev
- release

jobs:
update_release_draft:
Expand Down

0 comments on commit 25588d7

Please sign in to comment.