Skip to content

Commit 52f32cd

Browse files
committed
Remove master branch from CI triggers
Only trigger on main branch.
1 parent c69eb91 commit 52f32cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [ main, master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ main, master ]
7+
branches: [ main ]
88

99
jobs:
1010
jvm-tests:

0 commit comments

Comments
 (0)