Browse Source

Remove 1.1.x from release-scheduler.yml

pull/1625/head
Joe Grandja 2 years ago
parent
commit
b3249ff118
  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.2.x, 1.1.x ]
branch: [ main, 1.2.x ]
runs-on: ubuntu-latest
steps:
- name: Checkout

Loading…
Cancel
Save