Skip to content

Commit

Permalink
Added exlcude paterns (#2520)
Browse files Browse the repository at this point in the history
Signed-off-by: prudhvigodithi <[email protected]>

Signed-off-by: prudhvigodithi <[email protected]>
  • Loading branch information
prudhvigodithi authored Aug 31, 2022
1 parent 761f1bf commit 8f686f9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/increment-plugin-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f686f9

Please sign in to comment.