We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f22b9 commit 785f59cCopy full SHA for 785f59c
.github/workflows/build.yml
@@ -1,5 +1,5 @@
1
name: Build SDK Package
2
-on: [push, workflow_dispatch]
+on: [pull_request]
3
jobs:
4
build:
5
runs-on: ubuntu-latest
package.json
@@ -1,6 +1,6 @@
{
"name": "@chkp/harmony-endpoint-management-sdk",
- "version": "1.1.27",
+ "version": "1.1.28",
"description": "The official Harmony Endpoint management SDK for JavaScript echo-system",
"main": "dist/index.js",
6
"scripts": {
0 commit comments