From 61d40d223dac4a6e7dbea7fcab589cbb0ba4a454 Mon Sep 17 00:00:00 2001 From: matan-h Date: Sun, 16 Jun 2024 15:41:30 +0300 Subject: [PATCH] make ci fire on all tags --- .github/workflows/pages.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 018ed56..3a97104 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -3,8 +3,7 @@ name: Deploy React site to Page on: create: - tags: - - v* + tags workflow_dispatch: # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages