diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 228fe15..2378a1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,8 @@ name: CI on: pull_request: types: [opened, synchronize, reopened] + push: + branches: [main] jobs: lint: diff --git a/package.json b/package.json index 6a4bcde..c46c7d8 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@hapi/vision": "^7.0.3", "@msimerson/hapi-openapi": "^18.0.0", "@nictool/dns-resource-record": "^1.8.0", - "@nictool/validate": "file:../validate", + "@nictool/validate": "^0.9.0", "joi": "^18.2.3", "mysql2": "^3.23.1", "qs": "^6.15.3",