Skip to content

Commit

Permalink
fixup! ci: cargo audit checks
Browse files Browse the repository at this point in the history
  • Loading branch information
djmaxus committed Aug 19, 2024
1 parent b1feeb5 commit 68bcc14
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
name: cargo audit

on:
push:
pull_request: ["master","develop"]
pull_request:
branches: [ "master", "develop" ]
workflow_dispatch:
schedule:
interval: "weekly"
- cron: "0 0 * * 0"

env:
CARGO_TERM_COLOR: always

jobs:
run:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 68bcc14

Please sign in to comment.