We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 004b462 + 315016b commit 983e6f1Copy full SHA for 983e6f1
1 file changed
.github/workflows/ruby.yml
@@ -2,8 +2,8 @@ name: Ruby
2
3
on:
4
push:
5
- branches:
6
- - main
+ branches: [ "master", "next" ]
+ tags: [ "v*" ]
7
pull_request:
8
workflow_dispatch:
9
0 commit comments