Skip to content

Commit

Permalink
RC #251 - Updating to only publish to GitHub pages on pushes to "master"
Browse files Browse the repository at this point in the history
  • Loading branch information
dleadbetter committed Mar 6, 2024
1 parent 15881a4 commit 528bc67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Build and Deploy GitHub pages

on:
pull_request:
push:
branches:
- master # Trigger the action only on PR merges into master

jobs:
build-and-deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 528bc67

Please sign in to comment.