mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-09 12:04:18 -07:00
Update GHA to push only client changes to S3 (#543)
This commit is contained in:
parent
2c79396550
commit
c24e13c930
2 changed files with 17 additions and 5 deletions
2
.github/workflows/build_deploy.yml
vendored
2
.github/workflows/build_deploy.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue