Skip to content

Commit 568ac5e

Browse files
authored
test: only run renovate config validator on main and PRs to main (#162)
On tags, the paths are not evaluated.
1 parent eac0a8b commit 568ac5e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/renovate-config-validator.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ name: Validate renovate config
22

33
on:
44
push:
5+
branches:
6+
- main
7+
paths:
8+
- renovate.json
9+
- .github/workflows/renovate-config-validator.yml
10+
pull_request:
11+
branches:
12+
- main
513
paths:
614
- renovate.json
715
- .github/workflows/renovate-config-validator.yml

0 commit comments

Comments
 (0)