Skip to content

Commit

Permalink
add push action for wip branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ethangardner committed Jul 5, 2024
1 parent f94d96d commit 19b6a5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/post-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: 'Post-deploy'
on:
deployment_status:
workflow_dispatch:
push:
branches:
- "106-playwright-storybook"
jobs:
test:
timeout-minutes: 60
Expand Down

0 comments on commit 19b6a5a

Please sign in to comment.