diff --git a/.github/ISSUE_TEMPLATE/-----issue-template.md b/.github/ISSUE_TEMPLATE/default-issue-template.md similarity index 100% rename from .github/ISSUE_TEMPLATE/-----issue-template.md rename to .github/ISSUE_TEMPLATE/default-issue-template.md diff --git a/.github/workflows/agent.yml b/.github/workflows/agent.yml index b072548..d738124 100644 --- a/.github/workflows/agent.yml +++ b/.github/workflows/agent.yml @@ -2,12 +2,6 @@ name: Agent release on: push: - paths-ignore: - - "script/**" - - ".gitignore" - - "*.md" - - "cmd/dashboard/**" - - ".github/workflows/dashboard.yml" tags: - "v*" diff --git a/.github/workflows/dashboard.yml b/.github/workflows/dashboard.yml index 0246c11..60be756 100644 --- a/.github/workflows/dashboard.yml +++ b/.github/workflows/dashboard.yml @@ -11,6 +11,7 @@ on: - "cmd/agent/**" - ".github/workflows/agent.yml" - ".goreleaser.yml" + - ".github/ISSUE_TEMPLATE/*" jobs: deploy: