CI: Enable manually running CI on PR's

Disabling CI from automatic starting on PR's doesn't mean there is a big button to manually do it. Seems this should add a big button.
This commit is contained in:
Charles Giessen 2021-04-06 13:22:33 -06:00 committed by GitHub
parent d5d2d6d15e
commit 470ad2c980
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
name: CI Build
on: [push]
on: [push, workflow_dispatch]
jobs:
linux-build: