Skip to content

Commit 99019d6

Browse files
committed
ci: renovate branches should only run CI on pull requests, avoid double CI runs
1 parent 2b18150 commit 99019d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- '**'
6+
- '!renovate/**'
67
paths-ignore:
78
- README.md
89
pull_request:

0 commit comments

Comments
 (0)