Set up CI for elasticsearch-oss
Signed-off-by: Rushi Agrawal <[email protected]>
This commit is contained in:
@@ -4,14 +4,13 @@ on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
branches:
|
||||
- "*"
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'README.md'
|
||||
branches:
|
||||
- main
|
||||
- master
|
||||
- '[0-9]+.[0-9]+'
|
||||
- '[0-9]+.x'
|
||||
- "*"
|
||||
|
||||
jobs:
|
||||
assemble:
|
||||
@@ -20,7 +19,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
stack_version: ['7.x-SNAPSHOT']
|
||||
stack_version: ['7.10.2']
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
||||
Reference in New Issue
Block a user