We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65b40fa + d5c0c8e commit a0e0af3Copy full SHA for a0e0af3
.github/dependabot.yml
@@ -4,3 +4,7 @@ updates:
4
directory: "/"
5
schedule:
6
interval: "monthly"
7
+ - package-ecosystem: "github-actions"
8
+ directory: "/"
9
+ schedule:
10
+ interval: "monthly"
.github/workflows/ci.yml
@@ -4,6 +4,7 @@ on:
pull_request:
push:
branches: [master, 'release-*']
+ tags: ['v*']
jobs:
test_go:
0 commit comments