diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 079576b9..a2ec08fd 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -5,10 +5,10 @@ name: Analysis on: push: branches: - - develop + - main pull_request: branches: - - develop + - main schedule: - cron: "43 2 * * 6" workflow_dispatch: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 024750e7..f7806fe1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,11 +6,10 @@ name: CI on: push: branches: - - develop - - master + - main pull_request: branches: - - develop + - main jobs: prepare: @@ -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 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 986457b6..fb8fda38 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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 @@ -27,7 +27,7 @@ jobs: uses: super-linter/super-linter/slim@v7.2.1 env: VALIDATE_ALL_CODEBASE: false - DEFAULT_BRANCH: develop + DEFAULT_BRANCH: main GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} FIX_MARKDOWN_PRETTIER: false VALIDATE_MARKDOWN_PRETTIER: false diff --git a/config.yaml b/config.yaml index 3326f922..e15cd641 100644 --- a/config.yaml +++ b/config.yaml @@ -1,7 +1,7 @@ owner: netbox-community repo: netbox-chart remote: origin -target-branch: develop +target-branch: main sign: true key: builds@netboxlabs.com keyring: ~/.cr-gpg/secring.gpg