Skip to content

Commit a0e0af3

Browse files
authored
Merge pull request #245 from prometheus-community/superq/tag_push
Run CI on release tags
2 parents 65b40fa + d5c0c8e commit a0e0af3

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "monthly"
7+
- package-ecosystem: "github-actions"
8+
directory: "/"
9+
schedule:
10+
interval: "monthly"

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
push:
66
branches: [master, 'release-*']
7+
tags: ['v*']
78

89
jobs:
910
test_go:

0 commit comments

Comments
 (0)