diff --git a/.github/workflows/deny.yml b/.github/workflows/deny.yml index 554c2ab7..b1afc354 100644 --- a/.github/workflows/deny.yml +++ b/.github/workflows/deny.yml @@ -1,5 +1,13 @@ name: cargo-deny -on: [push, pull_request] +on: + push: + branches: [ "main" ] + pull_request: + # The branches below must be a subset of the branches above + branches: [ "main" ] + schedule: + - cron: '0 0 * * *' + jobs: cargo-deny: runs-on: ubuntu-20.04