Skip to content

Commit

Permalink
run tests on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
lexoyo committed Apr 11, 2024
1 parent 279d06f commit ddbc6e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
if: ${{ github.event.workflow_run.conclusion == 'success' && startsWith(github.ref, 'refs/tags/v') }}
steps:
- uses: actions/checkout@v3
# Setup .npmrc file to publish to npm
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@rollup/plugin-eslint": "^9.0.5",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"eslint": "^9.0.0",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"node_modules-path": "^2.0.7",
Expand All @@ -36,7 +36,8 @@
"rollup-plugin-tslint": "^0.2.2",
"ts-jest": "^29.1.2",
"tslib": "^2.6.2",
"typescript": "^5.4.5"
"typescript": "^5.4.5",
"typescript-eslint": "^7.6.0"
},
"peerDependencies": {
"@silexlabs/silex": "^3.0.0-alpha.150",
Expand Down

0 comments on commit ddbc6e4

Please sign in to comment.