From 6e9807864dcd35549927c609f2ab4e8fa27c3092 Mon Sep 17 00:00:00 2001 From: Tibor Kiss <32801432+the1bit@users.noreply.github.com> Date: Thu, 21 Mar 2024 11:05:02 +0100 Subject: [PATCH] pull_request: demo --- .github/workflows/github-action.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github-action.yaml b/.github/workflows/github-action.yaml index 06a05ad..7002e14 100644 --- a/.github/workflows/github-action.yaml +++ b/.github/workflows/github-action.yaml @@ -10,7 +10,9 @@ on: - "*" - "!main" pull_request: - branches: ["main"] + branches: + - main + - demo # Allows you to run this workflow manually from the Actions tab workflow_dispatch: