Skip to content

Commit 18fa01d

Browse files
committed
[CI] Updates GitHub Actions
1 parent 0aedb0d commit 18fa01d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/jruby.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: JRuby tests
22
on:
33
push:
44
branches:
5-
- 8.x
5+
- main
66
pull_request:
77
branches:
8-
- 8.x
8+
- main
99
workflow_dispatch:
1010
branches:
1111
- '*'

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Ruby tests
22
on:
33
push:
44
branches:
5-
- 8.x
5+
- main
66
pull_request:
77
branches:
8-
- 8.x
8+
- main
99
jobs:
1010
tests:
1111
env:

0 commit comments

Comments
 (0)