Skip to content

Commit

Permalink
chore(ci): enable nucypher-core.yml on all pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Apr 30, 2024
1 parent a6fbf4f commit cf6cb47
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/nucypher-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ name: nucypher-core

on:
pull_request:
paths:
- "nucypher-core/**"
- "nucypher-core-python/**"
- "nucypher-core-wasm/**"
- "Cargo.*"
push:
branches:
- main
Expand Down Expand Up @@ -123,6 +118,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
working-directory: nucypher-core-wasm/examples/node
- run: yarn test
working-directory: nucypher-core-wasm/examples/node

Expand Down

0 comments on commit cf6cb47

Please sign in to comment.