Skip to content

Commit

Permalink
ci: update workslows to trigger only on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
danijelTxFusion committed Dec 19, 2023
1 parent 62ed032 commit fc73374
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Run tests
on:
workflow_dispatch:
pull_request:
branch: main
types: [ opened, reopened, synchronize ]

permissions:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Validate
on:
pull_request:
branches:
- main
- ethers-v5
branch: main
types: [ opened, reopened, synchronize ]

permissions:
Expand Down

0 comments on commit fc73374

Please sign in to comment.