Skip to content

Commit

Permalink
Merge pull request #219 from starknet-io/fix/next-ci
Browse files Browse the repository at this point in the history
fix: run tests on develop
  • Loading branch information
dhruvkelawala authored Mar 21, 2024
2 parents ecda17e + eae854b commit 9d8cf71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
- name: install dependencies
run: pnpm install
- name: run tests
if: github.ref == 'refs/heads/master'
run: pnpm test
- name: copy readme to every package
run: echo "./packages/core/ ./packages/ui/" | xargs -n 1 cp README.md
Expand Down

0 comments on commit 9d8cf71

Please sign in to comment.