mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-11-08 09:52:41 +01:00
Enable manual trigger of actions
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user