ci: add some documentation in the workflow files

This commit is contained in:
ClementTsang 2021-10-17 21:54:06 -04:00
parent a9b808334c
commit 4b49ddabe5
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,5 @@
# A routine check to see if there are any Rust-specific security vulnerabilities in the repo we should be aware of.
name: audit
on:
workflow_dispatch:

View file

@ -1,4 +1,4 @@
# Actions to run after releasing a version.
# Actions to run after releasing a version, like generating documentation via mkdocs or notifying packaging repos.
name: post-release
on: