Skip to content

Commit c0113bf

Browse files
viceiceforgejo-backport-action
authored andcommitted
chore(renovate): only run if renovate workflow changed
(cherry picked from commit 2eeb2fc)
1 parent 08396d5 commit c0113bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.forgejo/workflows/renovate.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ name: renovate
88
on:
99
push:
1010
branches:
11-
- 'renovate/**' # self-test updates
11+
- renovate/** # self-test updates
12+
paths:
13+
- .forgejo/workflows/renovate.yml
1214
schedule:
1315
- cron: '0 0/2 * * *'
1416
workflow_dispatch:

0 commit comments

Comments
 (0)