From 978af6790a33f33ed21c834d106be30ca74beba4 Mon Sep 17 00:00:00 2001 From: Mahdi Baghbani Date: Mon, 15 Jul 2024 19:12:10 +0330 Subject: [PATCH] add: workflow dispatch --- .github/workflows/test-and-lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-and-lint.yml b/.github/workflows/test-and-lint.yml index d86bd1dd9..95f91859c 100644 --- a/.github/workflows/test-and-lint.yml +++ b/.github/workflows/test-and-lint.yml @@ -4,6 +4,8 @@ on: branches: [ master, stable ] pull_request: branches: [ master, stable ] + # Allows you to run this workflow manually from the Actions tab. + workflow_dispatch: jobs: build: name: node.js