Commit 90ddafa 1 parent ec39533 commit 90ddafa Copy full SHA for 90ddafa
File tree 3 files changed +12
-4
lines changed
3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ assignees: ''
7
7
8
8
---
9
9
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 ) .
11
11
12
12
** Describe the bug**
13
13
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.
25
25
** Screenshots**
26
26
If applicable, add screenshots to help explain your problem.
27
27
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]
31
30
- Backrest Version [ e.g. 0.0.0]
32
31
33
32
** Additional context**
Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ name: Build Snapshot Release
6
6
on :
7
7
push :
8
8
branches : ["main"]
9
+ paths-ignore :
10
+ - " docs/**"
11
+ - " *.md"
9
12
workflow_dispatch :
10
13
11
14
jobs :
Original file line number Diff line number Diff line change @@ -6,8 +6,14 @@ name: Test
6
6
on :
7
7
push :
8
8
branches : ["main"]
9
+ paths-ignore :
10
+ - " docs/**"
11
+ - " *.md"
9
12
pull_request :
10
13
branches : ["main"]
14
+ paths-ignore :
15
+ - " docs/**"
16
+ - " *.md"
11
17
workflow_dispatch :
12
18
13
19
jobs :
You can’t perform that action at this time.
0 commit comments