Skip to content

Commit

Permalink
chore: remove main from deploy dev rules (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleyyconsensys authored Jun 12, 2024
1 parent b06f9f2 commit a0e4283
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Deploy
on:
push:
branches:
- main
- 'releases/**'
paths:
- "packages/**"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish-npm-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Publish Dev to NPM
on:
push:
branches:
- main
- 'releases/**'
paths:
- "packages/**"
Expand Down

0 comments on commit a0e4283

Please sign in to comment.