Skip to content

Commit 57a97ca

Browse files
committed
dev: run on push to dev branches
1 parent 11bd814 commit 57a97ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: AWS RUM Web Client Smoke Tests
22

33
on:
44
push:
5-
branches: [main, release/*.*.*]
5+
branches: [main, release/*.*.*, dev/*]
66
workflow_call:
77
workflow_dispatch:
88

0 commit comments

Comments
 (0)