Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
ci: change storybook workflow's trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
frencojobs committed Aug 11, 2022
1 parent 78168c4 commit ac3cb4d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Build and Deploy Storybook

on:
release:
types: [created]
push:
branches:
- main

concurrency: ${{ github.workflow }}-${{ github.ref }}

jobs:
build-and-deploy:
Expand Down

0 comments on commit ac3cb4d

Please sign in to comment.