Skip to content

Commit

Permalink
Prepare for removal of develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Jul 1, 2024
1 parent d179c34 commit fcc83a7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ updates:
directory: "/requirements/"
schedule:
interval: "daily"
target-branch: "develop"
target-branch: "main"
open-pull-requests-limit: 20
2 changes: 1 addition & 1 deletion .github/workflows/publish-develop-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Develop to DockerHub
on:
push:
branches:
- develop
- main

jobs:
docker:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-develop-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Develop Docs
on:
push:
branches:
- develop
- main
jobs:
deploy:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-develop-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Develop to GHCR
on:
push:
branches:
- develop
- develmainop

jobs:
docker:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ name: "CodeQL"

on:
push:
branches: [main, develop]
branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [main, develop]
branches: [main]
schedule:
- cron: "34 16 * * 3"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Django Tests

on:
push:
branches: [main, develop]
branches: [main]
pull_request:
branches: [main, develop]
branches: [main]

jobs:
build:
Expand Down

0 comments on commit fcc83a7

Please sign in to comment.