diff --git a/.github/workflows/increment-plugin-versions.yml b/.github/workflows/increment-plugin-versions.yml index 1adb7e4f94..5417ee7347 100644 --- a/.github/workflows/increment-plugin-versions.yml +++ b/.github/workflows/increment-plugin-versions.yml @@ -39,8 +39,12 @@ jobs: - {repo: security} - {repo: sql} branch: - - '2.2' - '2.x' + - '2.2' + - '1.3' + exclude: + - {repo: geospatial, branch: '1.3'} + - {repo: notifications, branch: '1.3'} steps: - name: Check out OpenSearch repo uses: actions/checkout@v3