Enable manual trigger of actions
This commit is contained in:
parent
5a4b31bd0d
commit
6a127fa2b6
2 changed files with 2 additions and 1 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
on: [push, pull_request]
|
on: [push, pull_request, workflow_dispatch]
|
||||||
|
|
||||||
name: Lint
|
name: Lint
|
||||||
|
|
||||||
|
|
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
@ -3,6 +3,7 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- ci
|
- ci
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
name: Test
|
name: Test
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in a new issue