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

ci: stop publish #2118

Merged
merged 5 commits into from
Feb 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading