Skip to content

Commit 183fe93

Browse files
authored
Update branch name in CI (#2087)
1 parent 20269e0 commit 183fe93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: CI
22
on:
33
push:
4-
branches: [main]
4+
branches: ["release/1.x"]
55
pull_request:
6-
branches: [main]
6+
branches: ["release/1.x"]
77
jobs:
88
preflight:
99
name: License Header and Formatting Checks

0 commit comments

Comments
 (0)