From d53b453a0724c9ff8af6002185f223fd48b4fd90 Mon Sep 17 00:00:00 2001 From: Anoop B <16367697+anoop-b@users.noreply.github.com> Date: Tue, 16 May 2023 18:04:58 +0300 Subject: [PATCH] refacotr: include more branches for gh-action --- .github/workflows/gatsby.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gatsby.yml b/.github/workflows/gatsby.yml index 6fbc297..ec4bbde 100644 --- a/.github/workflows/gatsby.yml +++ b/.github/workflows/gatsby.yml @@ -7,7 +7,10 @@ name: Deploy Gatsby site to Pages on: # Runs on pushes targeting the default branch push: - branches: ["main"] + branches: + - main + - dev + - actions-workflow # Allows you to run this workflow manually from the Actions tab workflow_dispatch: