Skip to content

Commit d7076e1

Browse files
committed
fix: run CI on renovate branches so it can automerge properly
1 parent cd112d5 commit d7076e1

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-iso.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
pull_request:
1414
branches:
1515
- main
16+
- renovate/**
1617
paths:
1718
- './iso.toml'
1819
- './.github/workflows/build-iso.yml'

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on:
44
pull_request:
55
branches:
66
- main
7+
- renovate/**
78
push:
89
branches:
910
- main
11+
- renovate/**
1012
paths-ignore:
1113
- '**/README.md'
1214
- .gitignore

0 commit comments

Comments
 (0)