From 5c5e79179ba3217def033593588c03d7694b35d0 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Sun, 19 Nov 2023 13:00:55 -0700 Subject: [PATCH] allow workflow to be run from the Actions tab --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index dbb62e29..ee1dcc4d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -2,6 +2,8 @@ name: Publish to GitHub Pages on: push: branches: [main, master] + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: concurrency: group: pages cancel-in-progress: true