ci: fix path to pages artifact

ci: ignore changes to documentation for docker/rust builds
This commit is contained in:
Paul Makles
2024-05-11 17:50:52 +01:00
parent b69202c222
commit 08127218ce
3 changed files with 10 additions and 4 deletions

View File

@@ -2,6 +2,14 @@ name: Rust build, test, and generate specification
on:
push:
paths-ignore:
- ".github/**"
- "!.github/workflows/rust.yaml"
- ".vscode/**"
- "doc/**"
- ".gitignore"
- "LICENSE"
- "README"
pull_request:
branches: [main]