From bef9946f9125d8b8905d3608f26fb1891d78050d Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 11 Apr 2022 17:37:06 -0400 Subject: [PATCH] Allow re-running jobs from web UI manually? --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a96d9ef..d954d79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: