Skip to content

Commit

Permalink
Update storybook workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuzgabriel-topdk committed Sep 9, 2023
1 parent a2f8bda commit 7895487
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 65 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/deploy_storybook.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: Deploy Storybook to GitHub Pages

on:
workflow_dispatch:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
tags:
- 'v*'
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:

permissions:
contents: read
Expand All @@ -16,7 +18,6 @@ concurrency:
cancel-in-progress: false

jobs:
# Single deploy job since we're just deploying
deploy:
environment:
name: github-pages
Expand Down
61 changes: 0 additions & 61 deletions .github/workflows/storybook_deploy

This file was deleted.

0 comments on commit 7895487

Please sign in to comment.