Skip to content

Commit 87d6d15

Browse files
authored
Merge pull request #361 from cucumber/run-ci-on-renovate-branches
Automatically merge minor and patch upgrades
2 parents 4f43f74 + d665aa9 commit 87d6d15

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
name: Cucumber Scala CI
22

33
on:
4+
workflow_call:
45
pull_request:
56
branches:
6-
- main
7-
workflow_call: {}
7+
- main
8+
push:
9+
branches:
10+
- main
11+
- renovate/**
812

913
jobs:
1014
build:

0 commit comments

Comments
 (0)