Skip to content

Commit

Permalink
ci: get rid of develop branch
Browse files Browse the repository at this point in the history
Signed-off-by: Eiko Wagenknecht <[email protected]>
  • Loading branch information
eikowagenknecht committed Oct 18, 2023
1 parent fc61e9f commit db6426a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 27 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ updates:
directory: "/"
schedule:
interval: "daily"
target-branch: "develop"
target-branch: "main"
versioning-strategy: increase
commit-message:
prefix: "chore"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/conventional-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
pull_request:
branches:
- main
- develop
types:
- opened
- edited
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- "main"
- "develop"
tags:
- "v*"

Expand Down Expand Up @@ -43,7 +42,6 @@ jobs:
latest=auto
prefix=
suffix=
# refs/branches/develop -> (develop)
# refs/branches/main -> (main)
# refs/tags/v1.2.3 -> (1.2.3)
# refs/tags/v1.2.3 -> (1.2)
Expand Down
23 changes: 0 additions & 23 deletions .github/workflows/stale.yml

This file was deleted.

0 comments on commit db6426a

Please sign in to comment.