From a2feeec3e0b8be3faf281c6f488baa2e674304f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=9Eerban=20Ghi=C5=A3=C4=83?= Date: Mon, 16 Oct 2023 23:08:30 +0300 Subject: [PATCH] Update 4.8.x-test.yml --- .github/workflows/4.8.x-test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/4.8.x-test.yml b/.github/workflows/4.8.x-test.yml index 1b59080d..1ff7b8f7 100644 --- a/.github/workflows/4.8.x-test.yml +++ b/.github/workflows/4.8.x-test.yml @@ -2,12 +2,16 @@ name: 4.8.x-test # Run this workflow every time a new commit pushed to your repository on: + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + push: branches: ['4.8.x'] paths-ignore: - '*.md' - '.github/**' - 'scripts/**' + pull_request: branches: ['4.8.x'] paths-ignore: