Skip to content

Commit 47d11ec

Browse files
committed
Merge branch 'main' of github.com:cucumber/cucumber-ruby into main
2 parents 20abd83 + c7f6e1d commit 47d11ec

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

.github/actions/test-ruby/action.yml renamed to .github/actions/test-ruby/action.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name: Run ruby tests
1+
name: Run Ruby tests
2+
description: Runs Ruby tests
23

34
inputs:
45
ruby-version:
File renamed without changes.
File renamed without changes.

.github/workflows/cucumber-ruby.yml renamed to .github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- renovate/*
78
pull_request:
89
branches:
910
- main

0 commit comments

Comments
 (0)