Skip to content

Commit 6cfadc3

Browse files
committed
Update CI actions to latest versions and add manual dispatch
1 parent b50a6f2 commit 6cfadc3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- "master"
77
- "v[0-9]"
8+
workflow_dispatch:
89
jobs:
910
checks:
1011
runs-on: ${{ matrix.os }}

.github/workflows/lint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- "master"
77
- "v[0-9]"
8+
workflow_dispatch:
89

910
jobs:
1011
xml-linter:

0 commit comments

Comments
 (0)