Skip to content

Commit

Permalink
fix: change workflow pr build and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
JiLiZART committed Oct 16, 2024
1 parent ede7040 commit 031fb83
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
name: Pull Request
on:
# workflow_run:
# workflows:
# - Tests
# - Benchmark
# types:
# - completed
pull_request:
paths-ignore:
- '.changeset/**'
- '.husky/**'
workflow_dispatch:

concurrency:
group: ci-pull-request=${{github.ref}}-1
Expand Down

0 comments on commit 031fb83

Please sign in to comment.