nits
This commit is contained in:
parent
70f3b83599
commit
f7963d0fb4
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue