Skip to content

Commit

Permalink
ci: Only run once for dependabot PRs
Browse files Browse the repository at this point in the history
Fixes an issue where the ci would run multiple times due to dependabot
making a branch in the repository.
  • Loading branch information
donovanglover committed Oct 26, 2023
1 parent c9be9b0 commit 2e17ee7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: ci

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 2e17ee7

Please sign in to comment.