Skip to content

Commit

Permalink
fix(ci): run only pull request with contract changes (#122)
Browse files Browse the repository at this point in the history
run only pull request with contract changes
  • Loading branch information
byeongsu-hong authored Mar 12, 2024
1 parent 07c8475 commit b2da0ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: pr

on:
push:
pull_request:
paths:
- 'contracts/**'
- 'packages/**'
- 'Cargo.toml'
pull_request:
branches:
- 'main'

Expand Down

0 comments on commit b2da0ae

Please sign in to comment.