Skip to content

Commit

Permalink
ci: add manual trigger to publish.npmjs and remove call to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ThorstenSuckow committed Oct 8, 2021
1 parent 45ff0c7 commit 75a6eef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/create.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test

build:
needs: test
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.npmjs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
on:
workflow_dispatch:
release:
types:
- created
Expand Down

0 comments on commit 75a6eef

Please sign in to comment.