Skip to content

Commit 1ccb865

Browse files
committed
fix(ci): Run repair and upgrade workflows
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 5024352 commit 1ccb865

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/repair.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- stable*
99
paths:
1010
- 'lib/**'
11+
- '.github/workflows/repair.yml'
1112

1213
env:
1314
APP_NAME: bookmarks

.github/workflows/upgrade.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- stable*
99
paths:
1010
- 'lib/**'
11+
- '.github/workflows/upgrade.yml'
1112

1213
env:
1314
APP_NAME: bookmarks

0 commit comments

Comments
 (0)