We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4db348b commit 82cfa4bCopy full SHA for 82cfa4b
2 files changed
.github/workflows/deploy-storybook.yml
@@ -4,9 +4,11 @@ on:
4
push:
5
branches:
6
- deploy-storybook
7
- pull_request:
+ pull_request_target:
8
9
10
+ types:
11
+ - closed
12
13
jobs:
14
deploy-storybook:
.github/workflows/release.yml
- release
release:
0 commit comments