Skip to content

Commit

Permalink
refacotr: include more branches for gh-action
Browse files Browse the repository at this point in the history
  • Loading branch information
anoop-b committed May 16, 2023
1 parent adf6107 commit d53b453
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gatsby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d53b453

Please sign in to comment.