Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
ci: stop publish (#2118)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Feb 9, 2024
1 parent de7b4ef commit daafb38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: build

on:
push:
branches:
- main
# push:
# branches:
# - main
pull_request:
branches:
- main
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
],
"ignorePresets": [":maintainLockFilesWeekly"],
"baseBranches": ["$default", "/^v\\d+$/"],
"enabled": false,
"packageRules": [
{
"description": "No longer updates these branches",
Expand Down

0 comments on commit daafb38

Please sign in to comment.