Skip to content

Commit fcc83a7

Browse files
committed
Prepare for removal of develop branch
1 parent d179c34 commit fcc83a7

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ updates:
44
directory: "/requirements/"
55
schedule:
66
interval: "daily"
7-
target-branch: "develop"
7+
target-branch: "main"
88
open-pull-requests-limit: 20

.github/workflows/publish-develop-dockerhub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish Develop to DockerHub
33
on:
44
push:
55
branches:
6-
- develop
6+
- main
77

88
jobs:
99
docker:

.github/workflows/publish-develop-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish Develop Docs
33
on:
44
push:
55
branches:
6-
- develop
6+
- main
77
jobs:
88
deploy:
99
runs-on: ubuntu-latest

.github/workflows/publish-develop-ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish Develop to GHCR
33
on:
44
push:
55
branches:
6-
- develop
6+
- develmainop
77

88
jobs:
99
docker:

.github/workflows/codeql-analysis.yml renamed to .github/workflows/test-codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ name: "CodeQL"
1414

1515
on:
1616
push:
17-
branches: [main, develop]
17+
branches: [main]
1818
pull_request:
1919
# The branches below must be a subset of the branches above
20-
branches: [main, develop]
20+
branches: [main]
2121
schedule:
2222
- cron: "34 16 * * 3"
2323

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Django Tests
22

33
on:
44
push:
5-
branches: [main, develop]
5+
branches: [main]
66
pull_request:
7-
branches: [main, develop]
7+
branches: [main]
88

99
jobs:
1010
build:

0 commit comments

Comments
 (0)