This commit is contained in:
DaniPopes 2023-02-24 18:43:00 +01:00
parent 70f3b83599
commit f7963d0fb4
No known key found for this signature in database
GPG Key ID: 0F09640DDB7AC692
2 changed files with 13 additions and 4 deletions

View File

@ -1,9 +1,17 @@
name: Security audit
on:
push:
branches: [master]
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
pull_request:
branches: [master]
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
jobs:
security_audit:
runs-on: ubuntu-latest

View File

@ -1,16 +1,17 @@
name: book
on:
push:
branches: [master]
paths:
- 'book/**'
- 'book.toml'
- "book/**"
- "book.toml"
pull_request:
branches: [master]
paths:
- 'book/**'
- 'book.toml'
- "book/**"
- "book.toml"
jobs:
build: