adding workflow_dispatch to build workflow

This commit is contained in:
Noel Berry 2023-03-04 18:21:08 -08:00 committed by GitHub
parent dda0b76d93
commit 53714a4ad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ name: Project build
# github's push and pull_request events
# will trigger this action to run
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]
jobs:
build: