Skip to content

Commit 1695f16

Browse files
committed
CI: Deploy for maintenance branches (preparation for RC1 for 2025.12)
1 parent a9a281b commit 1695f16

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy-preview.yml renamed to .github/workflows/deploy.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
name: 'Preview Deployment'
1+
name: 'Deployment (PR and Push)'
22
on:
33
pull_request_target:
44
types: [opened, synchronize, reopened]
55
branches:
66
- master
7+
- '*-maintenance'
78
push:
89
branches:
910
- master
11+
- release
12+
- '*-maintenance'
1013

1114
jobs:
1215
# Job 1: Build the code (no secrets here)

0 commit comments

Comments
 (0)