📝 chore: rename issue template && update workflow

This commit is contained in:
naiba 2021-01-18 21:10:39 +08:00
parent 0593b5477e
commit f20a501ab4
3 changed files with 1 additions and 6 deletions

View File

@ -2,12 +2,6 @@ name: Agent release
on:
push:
paths-ignore:
- "script/**"
- ".gitignore"
- "*.md"
- "cmd/dashboard/**"
- ".github/workflows/dashboard.yml"
tags:
- "v*"

View File

@ -11,6 +11,7 @@ on:
- "cmd/agent/**"
- ".github/workflows/agent.yml"
- ".goreleaser.yml"
- ".github/ISSUE_TEMPLATE/*"
jobs:
deploy: