Skip to content

Commit

Permalink
convert develop -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
RangerRick committed Dec 18, 2024
1 parent 8cd175d commit 39c6565
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ name: Analysis
on:
push:
branches:
- develop
- main
pull_request:
branches:
- develop
- main
schedule:
- cron: "43 2 * * 6"
workflow_dispatch:
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ name: CI
on:
push:
branches:
- develop
- master
- main
pull_request:
branches:
- develop
- main

jobs:
prepare:
Expand Down Expand Up @@ -47,7 +46,7 @@ jobs:

release:
name: Release
if: contains(fromJSON('["refs/heads/master", "refs/heads/develop"]'), github.ref)
if: contains(fromJSON('["refs/heads/main"]'), github.ref)
uses: ./.github/workflows/release.yml
permissions:
contents: write
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: Lint Code Base

on:
push:
branches-ignore: [develop]
branches-ignore: [main]
pull_request:
branches: [develop]
branches: [main]

permissions:
contents: read
Expand All @@ -27,7 +27,7 @@ jobs:
uses: super-linter/super-linter/[email protected]
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: develop
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FIX_MARKDOWN_PRETTIER: false
VALIDATE_MARKDOWN_PRETTIER: false
Expand Down
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
owner: netbox-community
repo: netbox-chart
remote: origin
target-branch: develop
target-branch: main
sign: true
key: [email protected]
keyring: ~/.cr-gpg/secring.gpg
Expand Down

0 comments on commit 39c6565

Please sign in to comment.