ci: normalise workflow triggers (#459)

Signed-off-by: izzy <me@insrt.uk>
This commit is contained in:
Paul Makles
2025-11-12 22:17:11 +00:00
committed by GitHub
parent d567155f12
commit 82b492e529
3 changed files with 3 additions and 13 deletions

View File

@@ -1,8 +1,8 @@
name: Build documentation
on:
push:
branches:
- main
branches: [main]
jobs:
deploy:

View File

@@ -5,8 +5,6 @@ on:
tags:
- "*"
pull_request:
branches:
- "main"
paths:
- "Dockerfile"

View File

@@ -2,16 +2,8 @@ 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]
pull_request:
env:
CARGO_TERM_COLOR: always