diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 933c700e4..01db96fc9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,9 +1,9 @@ name: build on: - push: - branches: - - main +# push: +# branches: +# - main pull_request: branches: - main @@ -43,7 +43,6 @@ jobs: last-only: true dry-run: ${{ github.ref_name != 'main' }} - - name: Build and Publish slim if: github.ref_name == 'main' uses: containerbase/internal-tools@e7bd2e8cedd99c9b24982865534cb7c9bf88620b # v3.0.55 diff --git a/renovate.json b/renovate.json index 39ed984f0..1d0e6541c 100644 --- a/renovate.json +++ b/renovate.json @@ -6,6 +6,7 @@ ], "ignorePresets": [":maintainLockFilesWeekly"], "baseBranches": ["$default", "/^v\\d+$/"], + "enabled": false, "packageRules": [ { "description": "No longer updates these branches",