Merge pull request #3600 from summetdev/patch-10

GitHub Actions: Manual Triggers
This commit is contained in:
Anuken 2020-11-25 16:24:33 -05:00 committed by GitHub
commit b06be81f1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
name: Tests
on: [push]
on: [push, workflow_dispatch]
jobs:
buildJava14: