Skip to content

Commit

Permalink
test with filter
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlord committed Nov 17, 2023
1 parent 0a2f207 commit 9c3aeae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/onPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ jobs:
# Relative path under $GITHUB_WORKSPACE to place the repository
path: '.server'

# Do a sparse checkout on given patterns. Each pattern should be separated with
# new lines.
# Partially clone against a given filter. Overrides sparse-checkout if set.
# Default: null
sparse-checkout: 'prod-server.sh'
filter: 'prod-server.sh'

- name: Getting server config
working-directory: .
Expand Down

0 comments on commit 9c3aeae

Please sign in to comment.