From 90ddafac92adf1c15c2b8a8615774e7ac89a2e97 Mon Sep 17 00:00:00 2001 From: garethgeorge Date: Wed, 17 Apr 2024 01:18:16 -0700 Subject: [PATCH] chore: update github actions configuration --- .github/ISSUE_TEMPLATE/bug_report.md | 7 +++---- .github/workflows/build.yml | 3 +++ .github/workflows/test.yml | 6 ++++++ 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 957990b3..4ce44028 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,7 +7,7 @@ assignees: '' --- -Note: if you have a question please post in the [discussions area](https://github.com/garethgeorge/backrest/wiki). +Note: if you have a question or need support please post in the [discussions area](https://github.com/garethgeorge/backrest/wiki). **Describe the bug** A clear and concise description of what the bug is. @@ -25,9 +25,8 @@ A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] +**Platform Info** + - OS and Architecture [e.g. Windows 10 x64, Darwin arm64] - Backrest Version [e.g. 0.0.0] **Additional context** diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 068bde86..d3fbb84f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,6 +6,9 @@ name: Build Snapshot Release on: push: branches: ["main"] + paths-ignore: + - "docs/**" + - "*.md" workflow_dispatch: jobs: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 76a2434c..18587a72 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,8 +6,14 @@ name: Test on: push: branches: ["main"] + paths-ignore: + - "docs/**" + - "*.md" pull_request: branches: ["main"] + paths-ignore: + - "docs/**" + - "*.md" workflow_dispatch: jobs: