This website works better with JavaScript
Home
Explore
Help
Sign In
computer_glamour
/
privatebin-mirror
mirror of
https://github.com/PrivateBin/PrivateBin
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
allow tests to be manually triggered
El RIDO
3 years ago
parent
fa61e4507c
commit
7b98d7381f
1 changed files
with
3 additions
and
1 deletions
Split View
Show Diff Stats
3
1
.github/workflows/tests.yml
+ 3
- 1
.github/workflows/tests.yml
View File
@@ -1,5 +1,7 @@
name: Tests
-on: [push]
+on:
+ push:
+ workflow_dispatch:
jobs: