From 8ac29ba9e42545952e5a93e2abc465e2d9107dca Mon Sep 17 00:00:00 2001 From: Stanislav Pelak Date: Tue, 26 Mar 2024 17:33:07 +0100 Subject: [PATCH] Workflow trigger --- .github/workflows/nextjs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index 9729f97..1dd5e83 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -8,6 +8,7 @@ on: # Runs on pushes targeting the default branch push: branches: ["main"] + tags: "*" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: