We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aedb0d commit 18fa01dCopy full SHA for 18fa01d
.github/workflows/jruby.yml
@@ -2,10 +2,10 @@ name: JRuby tests
2
on:
3
push:
4
branches:
5
- - 8.x
+ - main
6
pull_request:
7
8
9
workflow_dispatch:
10
11
- '*'
.github/workflows/tests.yml
@@ -2,10 +2,10 @@ name: Ruby tests
jobs:
tests:
env:
0 commit comments