Skip to content

Commit

Permalink
update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
lixinyang123 committed Apr 1, 2024
1 parent fc2aa1a commit 95a50ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
run: npm run test

publish:
if: startsWith(github.ref, 'refs/heads/release/')
runs-on: ubuntu-latest
needs: test

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ You need create a nodejs project first
yarn init
yarn add @lixinyang123/plankton
mkdir src
tourch src/main.js
touch src/main.js
```

copy this code to `src/main.js`
Expand Down

0 comments on commit 95a50ab

Please sign in to comment.