Update GHA to push only client changes to S3 (#543)

This commit is contained in:
Jorge Escobar 2021-08-16 17:00:43 -04:00 committed by GitHub
commit c24e13c930
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 5 deletions

View file

@ -15,6 +15,8 @@ on:
branches:
- '*' # Run on all updates to PR branches
- '!main' # Do not run on pushes to main
paths:
- 'client/**/*'
jobs:
build:
runs-on: ubuntu-latest