Skip to content

Commit

Permalink
Build Frontend only if frontend path changes
Browse files Browse the repository at this point in the history
  • Loading branch information
eternaltyro committed Apr 17, 2024
1 parent bf00a27 commit 9e7505e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/frontend_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ name: Frontend Build and upload to S3
on:
push:
branches: [ master ]
paths:
- 'frontend/**'
pull_request:
branches: [ master ]
paths:
- 'frontend/**'

permissions:
id-token: write
Expand Down

0 comments on commit 9e7505e

Please sign in to comment.