Skip to content

Commit 1c74931

Browse files
committed
Merge pull request git-for-windows#372: ci: run Scalar functional tests for PRs against features/*
I'm running PRs pointing at `features/sparse-index` but I also want the Scalar functional tests to run for those PRs.
2 parents da65d42 + dda9652 commit 1c74931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scalar-functional-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
push:
1111
branches: [ vfs-* ]
1212
pull_request:
13-
branches: [ vfs-* ]
13+
branches: [ vfs-*, features/* ]
1414

1515
jobs:
1616
scalar:

0 commit comments

Comments
 (0)