Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed Jun 16, 2024
1 parent 3d6a764 commit b896726
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ name: nightly
on:
workflow_call:
workflow_dispatch:
pull_request:
# Add `labeled`, so we can trigger a new run by adding a `pr-nightly`
# label, which we then use to trigger a `nightly` run.
types: [opened, reopened, synchronize, labeled]
branches:
- "*"

jobs:
cargo-audit:
Expand Down

0 comments on commit b896726

Please sign in to comment.