.github/workflows: enable manual dispatch for some workflows (#5929)

This commit is contained in:
Tess Rinearson
2021-01-19 17:14:00 +01:00
committed by GitHub
parent 5972105b06
commit ea77360ecf
3 changed files with 5 additions and 2 deletions

View File

@@ -1,7 +1,8 @@
name: Documentation
# This job builds and deploys documenation to github pages.
# It runs on every push to master.
# This job builds and deploys documentation to github pages.
# It runs on every push to master, and can be manually triggered.
on:
workflow_dispatch: # allow running workflow manually
push:
branches:
- master