Skip to content

Commit

Permalink
Removed if checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunear committed Oct 2, 2023
1 parent 1c7cfd2 commit 0c2d9a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/storybook-deploy-vercel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
- main
jobs:
Deploy-Preview:
if: ${{ github.event_name == 'workflow_dispatch' || contains( github.event.pull_request.labels.*.name, '📔 storybook') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 0c2d9a5

Please sign in to comment.