Skip to content

Commit 5062467

Browse files
committed
review
1 parent 820d3e1 commit 5062467

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.eslintignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ playground
44
build
55
composer.json
66
tsconfig.json
7-
vendor
7+
vendor
8+
renovate.json

.github/workflows/scheduled-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ name: Scheduled Release
33
on:
44
schedule:
55
- cron: '30 6 * * 2'
6+
workflow_dispatch:
7+
inputs:
8+
fake_input:
9+
description: input needed to satisfy the yaml linter
10+
required: false
611

712
jobs:
813
release:

0 commit comments

Comments
 (0)