Skip to content

Commit 61897b0

Browse files
Auto run CI on release branches (#4181)
* run CI on release branches * Change files * Duplicate change files for beta release
1 parent 60b6113 commit 61897b0

3 files changed

Lines changed: 21 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: CI
33
on:
44
# Postsubmit CI on main.
55
push:
6-
branches: [main]
6+
branches:
7+
- main
8+
- release/**
79
# Presubmit CI on PRs to all branches.
810
pull_request:
911
# Allows you to run this workflow manually from the Actions tab.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "none",
3+
"area": "improvement",
4+
"workstream": "",
5+
"comment": "run CI on release branches",
6+
"packageName": "@azure/communication-react",
7+
"email": "2684369+JamesBurnside@users.noreply.github.com",
8+
"dependentChangeType": "none"
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "none",
3+
"area": "improvement",
4+
"workstream": "",
5+
"comment": "run CI on release branches",
6+
"packageName": "@azure/communication-react",
7+
"email": "2684369+JamesBurnside@users.noreply.github.com",
8+
"dependentChangeType": "none"
9+
}

0 commit comments

Comments
 (0)