@datarailsshared/dr_renderer 1.3.1-27.merge → 1.3.6-27.merge

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.
@@ -5,9 +5,11 @@ on:
5
5
  pull_request:
6
6
  branches:
7
7
  - 'master'
8
+ # Run on merged PRs and direct pushes to master or DEVOPS-239-GH-Actions
8
9
  push:
9
10
  branches:
10
11
  - 'master'
12
+ - 'DEVOPS-239-GH-Actions'
11
13
 
12
14
  concurrency:
13
15
  group: '${{ github.ref }}-${{ github.workflow }}'
@@ -22,8 +24,8 @@ jobs:
22
24
  branch_postfix: true
23
25
  main_branch: 'master'
24
26
  runner: ${{ vars.GITHUB_RUNNER || 'datarails-dev' }}
27
+ # Skip publishing for PRs (only run tests)
25
28
  skip_publish: ${{ github.event_name != 'pull_request' }}
26
29
  secrets:
27
30
  NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
28
- SSH_PRIVATE_KEY: ${{ secrets.GITHUB_PRIVATE_KEY }}
29
-
31
+ SSH_PRIVATE_KEY: ${{ secrets.GITHUB_PRIVATE_KEY }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarailsshared/dr_renderer",
3
- "version": "1.3.1-27.merge",
3
+ "version": "1.3.6-27.merge",
4
4
  "description": "DataRails charts and tables renderer",
5
5
  "keywords": [
6
6
  "datarails",