Skip to content

Commit

Permalink
Don't run CI on renovate push (that's what pull trigger is for) [no ci].
Browse files Browse the repository at this point in the history
  • Loading branch information
cr1901 committed Mar 12, 2024
1 parent e3ee07c commit 5158797
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
@@ -1,5 +1,7 @@
on:
push:
branches-ignore:
- renovate/*
pull_request:
schedule:
# Run every night to track nightly.
Expand Down

0 comments on commit 5158797

Please sign in to comment.