You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe the following is required to allow manual activation of a github workflow.
on:
# Allows you to run this workflow manually from the Actions tabworkflow_dispatch:
It's is not present in web.yml yet the doc comments in there specifically mention being able to manually run.
(You can, of course, also manually trigger a workflow run when you want the docs to update.)
on:
...# If you only want docs to update with releases, disable this, or change it to# a "release" branch. You can, of course, also manually trigger a workflow run# when you want the docs to update.push:
branches:
- main
The text was updated successfully, but these errors were encountered:
I believe the following is required to allow manual activation of a github workflow.
It's is not present in web.yml yet the doc comments in there specifically mention being able to manually run.
(
You can, of course, also manually trigger a workflow run when you want the docs to update.
)The text was updated successfully, but these errors were encountered: