Skip to content

Commit 804fca3

Browse files
committed
cleanup: update files
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
1 parent 9b70867 commit 804fca3

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "monthly"
6+
interval: "weekly"

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,9 @@ name: Release
33
on:
44
push:
55
tags:
6-
- 'v*'
6+
- '*'
77
workflow_dispatch:
88

9-
env:
10-
REGISTRY_USER: ${{ github.actor }}
11-
REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
12-
139
jobs:
1410
release:
1511
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)