1
1
mirror of https://github.com/namibia/openvpn-install.git synced 2024-06-01 11:00:48 +00:00

Enable manual trigger of actions

This commit is contained in:
Stanislas Lange 2024-05-16 20:02:01 +02:00
parent 5a4b31bd0d
commit 6a127fa2b6
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]
name: Lint

View File

@ -3,6 +3,7 @@ on:
branches:
- master
- ci
workflow_dispatch:
name: Test
jobs: