add workflow_dispatch event

This commit is contained in:
technyon
2022-07-06 19:54:13 +02:00
parent 89b51e2122
commit b78f5e556c

View File

@@ -1,5 +1,5 @@
name: Build using Github Actions
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]
jobs:
build-source:
name: Checkout source code and build