Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
- fix tests workflow
  • Loading branch information
krutoo committed Jul 1, 2024
1 parent 6abd549 commit f7f3fbc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Publish NPM package
name: Test

on:
release:
types: [published]
push:
branches: ['main']
pull_request:
branches: ['main']

jobs:
publish-npm:
test:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit f7f3fbc

Please sign in to comment.