Skip to content

Commit d8c667b

Browse files
authored
build: Run workflows on v7.x
1 parent a743a90 commit d8c667b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- main
7+
- v7.x
78

89
jobs:
910
build:
@@ -68,4 +69,4 @@ jobs:
6869
java-version: ${{ matrix.java }}
6970

7071
- name: Version check
71-
run: sbt "project cucumberScala" versionPolicyCheck
72+
run: sbt "project cucumberScala" versionPolicyCheck

0 commit comments

Comments
 (0)