Skip to content

Commit b1d1553

Browse files
committed
Update Datadog CI workflow to trigger on test and feature branches
1 parent 70e2346 commit b1d1553

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci-with-datadog.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
branches:
88
- main
99
- 'release/**'
10+
- 'test/**'
11+
- 'feature/**'
12+
workflow_dispatch:
1013

1114
permissions:
1215
pull-requests: write
@@ -257,7 +260,7 @@ jobs:
257260
path: packages/bitcoin/dist
258261

259262
- name: Collect Workflow Telemetry Release Package
260-
uses: catchpoint/workflow-telemetry-action@v2
263+
uses: catchpoint/workflow-telemetry-action@v4
261264
with:
262265
comment_on_pr: false
263266

0 commit comments

Comments
 (0)