Skip to content

Commit 031fb83

Browse files
committed
fix: change workflow pr build and publish
1 parent ede7040 commit 031fb83

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pr.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
name: Pull Request
22
on:
3+
# workflow_run:
4+
# workflows:
5+
# - Tests
6+
# - Benchmark
7+
# types:
8+
# - completed
39
pull_request:
410
paths-ignore:
511
- '.changeset/**'
612
- '.husky/**'
13+
workflow_dispatch:
714

815
concurrency:
916
group: ci-pull-request=${{github.ref}}-1

0 commit comments

Comments
 (0)