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
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: