Skip to content

Commit 05f12d8

Browse files
authored
Only run CI on push for 'official' branches (opensearch-project#3150)
1 parent 35357a2 commit 05f12d8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
name: CI
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
- 1.*
8+
- 2.*
9+
pull_request:
410

511
env:
612
GRADLE_OPTS: -Dhttp.keepAlive=false

0 commit comments

Comments
 (0)