Browse Source

Remove main from release-scheduler.yml

pull/2182/head
Joe Grandja 3 months ago
parent
commit
1b95dfae6d
  1. 2
      .github/workflows/release-scheduler.yml

2
.github/workflows/release-scheduler.yml

@ -14,7 +14,7 @@ jobs: @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
# List of active maintenance branches.
branch: [ main, 1.5.x, 1.4.x ]
branch: [ 1.5.x, 1.4.x ]
runs-on: ubuntu-latest
steps:
- name: Checkout

Loading…
Cancel
Save