Skip to content

Commit 3d4a59f

Browse files
committed
[CI] Updates GitHub Actions for 9.0
1 parent 6e55472 commit 3d4a59f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml renamed to .github/workflows/9.0.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
name: main
1+
name: 9.0
22
on:
33
push:
44
branches:
5-
- main
5+
- 9.0
66
pull_request:
77
branches:
8-
- main
8+
- 9.0
99
jobs:
10-
test-main:
10+
test-9.0:
1111
env:
1212
TEST_ES_SERVER: http://localhost:9250
1313
PORT: 9250

0 commit comments

Comments
 (0)