Skip to content

Commit 90ddafa

Browse files
committed
chore: update github actions configuration
1 parent ec39533 commit 90ddafa

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ assignees: ''
77

88
---
99

10-
Note: if you have a question please post in the [discussions area](https://github.com/garethgeorge/backrest/wiki).
10+
Note: if you have a question or need support please post in the [discussions area](https://github.com/garethgeorge/backrest/wiki).
1111

1212
**Describe the bug**
1313
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.
2525
**Screenshots**
2626
If applicable, add screenshots to help explain your problem.
2727

28-
**Desktop (please complete the following information):**
29-
- OS: [e.g. iOS]
30-
- Browser [e.g. chrome, safari]
28+
**Platform Info**
29+
- OS and Architecture [e.g. Windows 10 x64, Darwin arm64]
3130
- Backrest Version [e.g. 0.0.0]
3231

3332
**Additional context**

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ name: Build Snapshot Release
66
on:
77
push:
88
branches: ["main"]
9+
paths-ignore:
10+
- "docs/**"
11+
- "*.md"
912
workflow_dispatch:
1013

1114
jobs:

.github/workflows/test.yml

+6
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,14 @@ name: Test
66
on:
77
push:
88
branches: ["main"]
9+
paths-ignore:
10+
- "docs/**"
11+
- "*.md"
912
pull_request:
1013
branches: ["main"]
14+
paths-ignore:
15+
- "docs/**"
16+
- "*.md"
1117
workflow_dispatch:
1218

1319
jobs:

0 commit comments

Comments
 (0)