hdoc-tools 0.8.48 → 0.8.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hdoc-tools",
3
- "version": "0.8.48",
3
+ "version": "0.8.49",
4
4
  "description": "Hornbill HDocBook Development Support Tool",
5
5
  "main": "hdoc.js",
6
6
  "bin": {
@@ -8,7 +8,7 @@ on:
8
8
 
9
9
 
10
10
  jobs:
11
- build:
11
+ validate_pull_request:
12
12
  runs-on: ubuntu-latest
13
13
  steps:
14
14
  # Checkout the relevant content for pull_request_target
@@ -9,7 +9,7 @@ on:
9
9
  workflow_dispatch:
10
10
 
11
11
  jobs:
12
- build:
12
+ validate_push:
13
13
  runs-on: ubuntu-latest
14
14
  steps:
15
15