From 9843188d45e992ea58de00d8d60b3ef4c944da13 Mon Sep 17 00:00:00 2001 From: Christian Leucht <3417446+Chrico@users.noreply.github.com> Date: Tue, 27 Jun 2023 10:45:52 +0200 Subject: [PATCH] Update frontend-qa.yml Signed-off-by: Christian Leucht <3417446+Chrico@users.noreply.github.com> --- .github/workflows/frontend-qa.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/frontend-qa.yml b/.github/workflows/frontend-qa.yml index a08977a..4635cb1 100644 --- a/.github/workflows/frontend-qa.yml +++ b/.github/workflows/frontend-qa.yml @@ -1,5 +1,7 @@ name: Static code analysis assets -on: [push] +on: + push: + workflow_dispatch: jobs: wp-scripts-lint: - uses: inpsyde/reusable-workflows/.github/workflows/wp-scripts-lint.yml@main \ No newline at end of file + uses: inpsyde/reusable-workflows/.github/workflows/wp-scripts-lint.yml@main