mirror of
https://github.com/angristan/openvpn-install.git
synced 2026-07-27 17:58:13 +02:00
Enable manual trigger of actions
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
on: [push, pull_request]
|
on: [push, pull_request, workflow_dispatch]
|
||||||
|
|
||||||
name: Lint
|
name: Lint
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- ci
|
- ci
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
name: Test
|
name: Test
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user