Skip to content

Commit 3f4079a

Browse files
author
Ryan Garant
committed
only trigger workflow for merges to main branch
1 parent ee4e6f5 commit 3f4079a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: github pages
33
on:
44
push:
55
branches:
6-
- feature/storybook # Set a branch name to trigger deployment
7-
pull_request:
6+
- main # Set a branch name to trigger deployment
87

98
jobs:
109
deploy:

0 commit comments

Comments
 (0)