Skip to content

Commit

Permalink
Change GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfranzl committed Jan 6, 2024
1 parent 189d515 commit 3d11498
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 33 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/githubpublish.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
types: [published]

jobs:
build:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
Expand All @@ -16,7 +16,7 @@ jobs:
- run: npm test

publish-npm:
needs: build
needs: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 3d11498

Please sign in to comment.