chore: update github actions configuration

This commit is contained in:
garethgeorge
2024-04-17 01:18:16 -07:00
parent ec39533e4c
commit 90ddafac92
3 changed files with 12 additions and 4 deletions
+3 -4
View File
@@ -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**
+3
View File
@@ -6,6 +6,9 @@ name: Build Snapshot Release
on:
push:
branches: ["main"]
paths-ignore:
- "docs/**"
- "*.md"
workflow_dispatch:
jobs:
+6
View File
@@ -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: