Skip to content

Commit 1b95dfa

Browse files
committed
Remove main from release-scheduler.yml
1 parent 69bee7c commit 1b95dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-scheduler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
# List of active maintenance branches.
17-
branch: [ main, 1.5.x, 1.4.x ]
17+
branch: [ 1.5.x, 1.4.x ]
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout

0 commit comments

Comments
 (0)