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 name: Security audit
on: on:
push: push:
branches: [master]
paths: paths:
- "**/Cargo.toml" - "**/Cargo.toml"
- "**/Cargo.lock" - "**/Cargo.lock"
pull_request:
branches: [master]
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
jobs: jobs:
security_audit: security_audit:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

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