Skip to content

Commit

Permalink
run only pull request with contract changes
Browse files Browse the repository at this point in the history
  • Loading branch information
byeongsu-hong committed Mar 12, 2024
1 parent 07c8475 commit 07d2e4d
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 07d2e4d

Please sign in to comment.