Skip to content

Commit

Permalink
Fix workflow YAML syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeickert committed Dec 8, 2024
1 parent e87d7f4 commit 35a6f0c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
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

0 comments on commit 35a6f0c

Please sign in to comment.