@@ -9,6 +9,9 @@ on:
tags:
- "v*"
+ # Allows you to run this workflow manually from the Actions tab on GitHub.
+ workflow_dispatch:
+
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"