Skip to content

Commit

Permalink
FIX: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred78290 committed Sep 1, 2023
1 parent cb96cd2 commit 4ea4d6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/nodejs.lint-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: NodeJS Lint, Build and Test

on:
push:
paths:
- 'src/**/*.ts'
- 'src/**/*.ts'
- 'tests/*.ts'
pull_request:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm.publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: NPM publish CD workflow
on:
push:
tags:
- v[0-9]+\.[0-9]+\.[0-9]+\.
- v[0-9]+\.[0-9]+\.[0-9]+

jobs:
build:
Expand Down

0 comments on commit 4ea4d6a

Please sign in to comment.