We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd112d5 commit d7076e1Copy full SHA for d7076e1
2 files changed
.github/workflows/build-iso.yml
@@ -13,6 +13,7 @@ on:
13
pull_request:
14
branches:
15
- main
16
+ - renovate/**
17
paths:
18
- './iso.toml'
19
- './.github/workflows/build-iso.yml'
.github/workflows/build.yml
@@ -4,9 +4,11 @@ on:
4
5
6
7
8
push:
9
10
11
12
paths-ignore:
- '**/README.md'
- .gitignore
0 commit comments