Skip to content

Commit

Permalink
add target branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyonur committed Mar 15, 2024
1 parent df5e760 commit d327860
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/create-pr-subnet-evm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ name: Sync PRs between Repos

on:
pull_request:
# types: [closed]
types:
- closed
- synchronize
- reopened
branches:
- 'master'

jobs:
sync_pr:
Expand Down

0 comments on commit d327860

Please sign in to comment.