Allow re-running jobs from web UI manually?

fence_mp
Tyler Goodlet 2022-04-11 17:37:06 -04:00
parent c30cece37a
commit bef9946f91
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
name: CI
on: push
on:
# any time someone pushes a new branch to origin
push:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs: