Skip to content

Commit f4beeea

Browse files
authored
Update documentation #2
Update documentation
2 parents ef99cb0 + 785f59c commit f4beeea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Build SDK Package
2-
on: [push, workflow_dispatch]
2+
on: [pull_request]
33
jobs:
44
build:
55
runs-on: ubuntu-latest

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chkp/harmony-endpoint-management-sdk",
3-
"version": "1.1.27",
3+
"version": "1.1.28",
44
"description": "The official Harmony Endpoint management SDK for JavaScript echo-system",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)