Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release/v0.13' into DH-18723-jac…
Browse files Browse the repository at this point in the history
…kson
  • Loading branch information
mofojed committed Feb 20, 2025
2 parents 87de746 + 301af0d commit c53a2a9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ name: Node.js CI

on:
push:
branches: [main]
branches:
- main
- 'release/**'
- 'feature/**'
pull_request:
branches: [main]
branches:
- main
- 'release/**'
- 'feature/**'

jobs:
build:
Expand Down

0 comments on commit c53a2a9

Please sign in to comment.