mirror of
https://github.com/angristan/openvpn-install.git
synced 2024-11-14 12:59:03 +01:00
Enable manual trigger of actions
This commit is contained in:
parent
5a4b31bd0d
commit
6a127fa2b6
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
|
||||
|
||||
|
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -3,6 +3,7 @@ on:
|
||||
branches:
|
||||
- master
|
||||
- ci
|
||||
workflow_dispatch:
|
||||
|
||||
name: Test
|
||||
jobs:
|
||||
|
Loading…
Reference in New Issue
Block a user