Skip to content

Commit

Permalink
Merge pull request #372: ci: run Scalar functional tests for PRs agai…
Browse files Browse the repository at this point in the history
…nst features/*

I'm running PRs pointing at `features/sparse-index` but I also want the Scalar functional tests to run for those PRs.
  • Loading branch information
derrickstolee committed Aug 3, 2021
2 parents 573dfd8 + e1bdd55 commit daed98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scalar-functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
push:
branches: [ vfs-* ]
pull_request:
branches: [ vfs-* ]
branches: [ vfs-*, features/* ]

jobs:
scalar:
Expand Down

0 comments on commit daed98f

Please sign in to comment.