Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/crypto-bigint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
paths-ignore:
- README.md
push:
branches: master
branches:
- master
paths-ignore:
- README.md

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dudect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: dudect

on:
push:
branches: master
branches:
- master
paths-ignore:
- README.md

Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/security-audit.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: Security Audit
on:
pull_request:
paths: Cargo.lock
paths:
- Cargo.lock
push:
branches: master
paths: Cargo.lock
branches:
- master
paths:
- Cargo.lock
schedule:
- cron: "0 0 * * *"

Expand Down